Html Css Color HEX #A21884 Dark Purple

📋 copy color: '#A21884'

red 162 ◦ green 24 ◦ blue 132

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

Shades of Dark Purple #A21884

Tints of Dark Purple #A21884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 50.94%
G = 7.55%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A21884 (or 0xA21884) is known color: Dark Purple. HEX triplet: A2, 18 and 84. RGB value is (162,24,132). Sum of RGB (Red+Green+Blue) = 162+24+132=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21884 is #5DE77B. Grayscale: #4D4D4D. Windows color (decimal): -6154108 or 8657058. OLE color: 8657058.

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

Color convert

RGB 162 24 132 -
CMYK 0 0.85 0.19 0.36
HSL 313.04º 0.74% 0.36% -
HSV(B) 313.04º 0.85% 0.64% -
XYZ 19.39 10 22.74 -
YUV 77.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 162 24 132 0 0.85 0.19 0.36 313.04 0.74 0.36
Hex A2 18 84 0 55 13 24 139 4A 24
Octal 242 30 204 0 125 23 44 471 112 44
Binary 10100010 11000 10000100 0 1010101 10011 100100 100111001 1001010 100100

Color Harmonies of #A21884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21884

Black with #A21884

Text Example


Text Example

White with #A21884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21884; }

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

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

background-color css

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

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

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

border-color css

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

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

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