Html Css Color HEX #A21E88 Dark Purple

📋 copy color: '#A21E88'

red 162 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #A21E88

Tints of Dark Purple #A21E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.15%

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

R = 49.39%
G = 9.15%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A21E88 (or 0xA21E88) is known color: Dark Purple. HEX triplet: A2, 1E and 88. RGB value is (162,30,136). Sum of RGB (Red+Green+Blue) = 162+30+136=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E88 is #5DE177. Grayscale: #515151. Windows color (decimal): -6152568 or 8920738. OLE color: 8920738.

HSL color Cylindrical-coordinate representation of color #A21E88: hue angle of 311.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E88 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 30 136 -
CMYK 0 0.81 0.16 0.36
HSL 311.82º 0.69% 0.38% -
HSV(B) 311.82º 0.81% 0.64% -
XYZ 19.81 10.39 24.25 -
YUV 81.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 162 30 136 0 0.81 0.16 0.36 311.82 0.69 0.38
Hex A2 1E 88 0 51 10 24 138 45 26
Octal 242 36 210 0 121 20 44 470 105 46
Binary 10100010 11110 10001000 0 1010001 10000 100100 100111000 1000101 100110

Color Harmonies of #A21E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E88

Black with #A21E88

Text Example


Text Example

White with #A21E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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