#A21B8C

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

Shades of Dark Purple #A21B8C

Tints of Dark Purple #A21B8C

Color information

#A21B8C (or 0xA21B8C) is unknown color: approx Dark Purple. HEX triplet: A2, 1B and 8C. RGB value is (162,27,140). Sum of RGB (Red+Green+Blue) = 162+27+140=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B8C is #5DE473. Grayscale: #4F4F4F. Windows color (decimal): -6153332 or 9182114. OLE color: 9182114.

HSL color Cylindrical-coordinate representation of color #A21B8C: hue angle of 309.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B8C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16227140-
CMYK00.830.140.36
HSL309.78º71.43%37.06%-
HSV(B)309.78º83.33%63.53%-
XYZ20.0310.3625.75-
YUV80.25161.73186.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 27 (10.94% from 255) = 8.21%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=49.24%
G=8.21%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622714000.830.140.36309.7871.4337.06
HexA21B8C053E241364725
Octal242332140123164446610745
Binary1010001011011100011000101001111101001001001101101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B8C; }

 p { color: rgb(162,27,140); }

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

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

 a { background-color: rgb(162,27,140); }

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

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

 span { border-color: rgb(162,27,140); }

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