#A21878

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

Shades of Dark Purple #A21878

Tints of Dark Purple #A21878

Color information

#A21878 (or 0xA21878) is unknown color: approx Dark Purple. HEX triplet: A2, 18 and 78. RGB value is (162,24,120). Sum of RGB (Red+Green+Blue) = 162+24+120=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A21878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21878 is #5DE787. Grayscale: #4B4B4B. Windows color (decimal): -6154120 or 7870626. OLE color: 7870626.

HSL color Cylindrical-coordinate representation of color #A21878: hue angle of 318.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21878 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16224120-
CMYK00.850.260.36
HSL318.26º74.19%36.47%-
HSV(B)318.26º85.19%63.53%-
XYZ18.629.6918.66-
YUV76.21152.72189.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=52.94%
G=7.84%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622412000.850.260.36318.2674.1936.47
HexA218780551A2413e4a24
Octal242301700125324447611244
Binary1010001011000111100001010101110101001001001111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21878; }

 p { color: rgb(162,24,120); }

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

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

 a { background-color: rgb(162,24,120); }

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

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

 span { border-color: rgb(162,24,120); }

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