Html Css Color HEX #A21978 Dark Purple

📋 copy color: '#A21978'

red 162 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #A21978

Tints of Dark Purple #A21978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.09%

R = 52.77%
G = 8.14%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A21978 (or 0xA21978) is known color: Dark Purple. HEX triplet: A2, 19 and 78. RGB value is (162,25,120). Sum of RGB (Red+Green+Blue) = 162+25+120=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A21978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21978 is #5DE687. Grayscale: #4C4C4C. Windows color (decimal): -6153864 or 7870882. OLE color: 7870882.

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

Color convert

RGB 162 25 120 -
CMYK 0 0.85 0.26 0.36
HSL 318.39º 0.73% 0.37% -
HSV(B) 318.39º 0.85% 0.64% -
XYZ 18.64 9.73 18.67 -
YUV 76.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 162 25 120 0 0.85 0.26 0.36 318.39 0.73 0.37
Hex A2 19 78 0 55 1A 24 13E 49 25
Octal 242 31 170 0 125 32 44 476 111 45
Binary 10100010 11001 1111000 0 1010101 11010 100100 100111110 1001001 100101

Color Harmonies of #A21978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21978

Black with #A21978

Text Example


Text Example

White with #A21978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21978; }

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

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

background-color css

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

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

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

border-color css

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

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

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