Html Css Color HEX #A21A79 Dark Purple

📋 copy color: '#A21A79'

red 162 ◦ green 26 ◦ blue 121

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

Shades of Dark Purple #A21A79

Tints of Dark Purple #A21A79

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 52.43%
G = 8.41%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21A79 (or 0xA21A79) is known color: Dark Purple. HEX triplet: A2, 1A and 79. RGB value is (162,26,121). Sum of RGB (Red+Green+Blue) = 162+26+121=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A79 is #5DE586. Grayscale: #4D4D4D. Windows color (decimal): -6153607 or 7936674. OLE color: 7936674.

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

Color convert

RGB 162 26 121 -
CMYK 0 0.84 0.25 0.36
HSL 318.09º 0.72% 0.37% -
HSV(B) 318.09º 0.84% 0.64% -
XYZ 18.72 9.8 18.99 -
YUV 77.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 162 26 121 0 0.84 0.25 0.36 318.09 0.72 0.37
Hex A2 1A 79 0 54 19 24 13E 48 25
Octal 242 32 171 0 124 31 44 476 110 45
Binary 10100010 11010 1111001 0 1010100 11001 100100 100111110 1001000 100101

Color Harmonies of #A21A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A79

Black with #A21A79

Text Example


Text Example

White with #A21A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A79; }

 p { color: rgb(162,26,121); }

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

background-color css

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

 a { background-color: rgb(162,26,121); }

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

border-color css

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

 span { border-color: rgb(162,26,121); }

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