#A21B82

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

Shades of Dark Purple #A21B82

Tints of Dark Purple #A21B82

Color information

#A21B82 (or 0xA21B82) is unknown color: approx Dark Purple. HEX triplet: A2, 1B and 82. RGB value is (162,27,130). Sum of RGB (Red+Green+Blue) = 162+27+130=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B82 is #5DE47D. Grayscale: #4E4E4E. Windows color (decimal): -6153342 or 8526754. OLE color: 8526754.

HSL color Cylindrical-coordinate representation of color #A21B82: hue angle of 314.22º 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 #A21B82 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16227130-
CMYK00.830.200.36
HSL314.22º71.43%37.06%-
HSV(B)314.22º83.33%63.53%-
XYZ19.3210.0822.05-
YUV79.11156.73187.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=50.78%
G=8.46%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622713000.830.200.36314.2271.4337.06
HexA21B82053142413a4725
Octal242332020123244447210745
Binary10100010110111000001001010011101001001001001110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B82; }

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

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

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

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

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

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

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

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