#A178D3

Color #A178D3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A178D3

Tints of Medium Purple #A178D3

Color information

#A178D3 (or 0xA178D3) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and D3. RGB value is (161,120,211). Sum of RGB (Red+Green+Blue) = 161+120+211=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #A178D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178D3 is #5E872C. Grayscale: #8E8E8E. Windows color (decimal): -6194989 or 13858977. OLE color: 13858977.

HSL color Cylindrical-coordinate representation of color #A178D3: hue angle of 267.03º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A178D3 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161120211-
CMYK0.240.4300.17
HSL267.03º50.84%64.9%-
HSV(B)267.03º43.13%82.75%-
XYZ33.1725.7164.84-
YUV142.63166.58141.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 211 (82.81% from 255) = 42.89%
R=32.72%
G=24.39%
B=42.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611202110.240.4300.17267.0350.8464.9
HexA178D3182B01110b3341
Octal241170323305302141363101
Binary10100001111100011010011110001010110100011000010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178D3; }

 p { color: rgb(161,120,211); }

 H1.HeaderClassName
 {
   color: #A178D3;
 }
 .AnyTagClassName
 {
   color: #A178D3;
 }
</style>
background-color css

<style>
 a { background-color: #A178D3; }

 a { background-color: rgb(161,120,211); }

 div.DivClassName
 {
   background-color: #A178D3;
 }
 .BgClassName
 {
   background-color: #A178D3;
 }
</style>
border-color css

<style>
 span { border-color: #A178D3; }

 span { border-color: rgb(161,120,211); }

 td.TdClassName
 {
   border-color: #A178D3;
 }
 .TagClassName
 {
   border-color: #A178D3;
 }
</style>