Html Css Color HEX #A21B88 Dark Purple

📋 copy color: '#A21B88'

red 162 ◦ green 27 ◦ blue 136

#A21B88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A21B88

Tints of Dark Purple #A21B88

RGB

 RED value IS 162 (63.67% from 255) = 49.85%

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 49.85%
G = 8.31%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A21B88 (or 0xA21B88) is known color: Dark Purple. HEX triplet: A2, 1B and 88. RGB value is (162,27,136). Sum of RGB (Red+Green+Blue) = 162+27+136=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B88 is #5DE477. Grayscale: #4F4F4F. Windows color (decimal): -6153336 or 8919970. OLE color: 8919970.

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

Color convert

RGB 162 27 136 -
CMYK 0 0.83 0.16 0.36
HSL 311.56º 0.71% 0.37% -
HSV(B) 311.56º 0.83% 0.64% -
XYZ 19.74 10.24 24.23 -
YUV 79.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 162 27 136 0 0.83 0.16 0.36 311.56 0.71 0.37
Hex A2 1B 88 0 53 10 24 138 47 25
Octal 242 33 210 0 123 20 44 470 107 45
Binary 10100010 11011 10001000 0 1010011 10000 100100 100111000 1000111 100101

Color Harmonies of #A21B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B88

Black with #A21B88

Text Example


Text Example

White with #A21B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B88; }

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

 H1.HeaderClassName
 {
   color: #A21B88;
 }
 .AnyTagClassName
 {
   color: #A21B88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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