Html Css Color HEX #A21984 Dark Purple

📋 copy color: '#A21984'

red 162 ◦ green 25 ◦ blue 132

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

Shades of Dark Purple #A21984

Tints of Dark Purple #A21984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

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

R = 50.78%
G = 7.84%
B = 41.38%

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

#A21984 (or 0xA21984) is known color: Dark Purple. HEX triplet: A2, 19 and 84. RGB value is (162,25,132). Sum of RGB (Red+Green+Blue) = 162+25+132=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A21984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21984 is #5DE67B. Grayscale: #4D4D4D. Windows color (decimal): -6153852 or 8657314. OLE color: 8657314.

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

Color convert

RGB 162 25 132 -
CMYK 0 0.85 0.19 0.36
HSL 313.14º 0.73% 0.37% -
HSV(B) 313.14º 0.85% 0.64% -
XYZ 19.41 10.04 22.75 -
YUV 78.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 162 25 132 0 0.85 0.19 0.36 313.14 0.73 0.37
Hex A2 19 84 0 55 13 24 139 49 25
Octal 242 31 204 0 125 23 44 471 111 45
Binary 10100010 11001 10000100 0 1010101 10011 100100 100111001 1001001 100101

Color Harmonies of #A21984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21984

Black with #A21984

Text Example


Text Example

White with #A21984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21984; }

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

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

background-color css

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

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

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

border-color css

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

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

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