Html Css Color HEX #A21F79 Dark Purple

📋 copy color: '#A21F79'

red 162 ◦ green 31 ◦ blue 121

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

Shades of Dark Purple #A21F79

Tints of Dark Purple #A21F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 51.59%
G = 9.87%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21F79 (or 0xA21F79) is known color: Dark Purple. HEX triplet: A2, 1F and 79. RGB value is (162,31,121). Sum of RGB (Red+Green+Blue) = 162+31+121=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F79 is #5DE086. Grayscale: #505050. Windows color (decimal): -6152327 or 7937954. OLE color: 7937954.

HSL color Cylindrical-coordinate representation of color #A21F79: hue angle of 318.78º degrees, saturation: 0.68, 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 #A21F79 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 31 121 -
CMYK 0 0.81 0.25 0.36
HSL 318.78º 0.68% 0.38% -
HSV(B) 318.78º 0.81% 0.64% -
XYZ 18.84 10.04 19.03 -
YUV 80.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 162 31 121 0 0.81 0.25 0.36 318.78 0.68 0.38
Hex A2 1F 79 0 51 19 24 13F 44 26
Octal 242 37 171 0 121 31 44 477 104 46
Binary 10100010 11111 1111001 0 1010001 11001 100100 100111111 1000100 100110

Color Harmonies of #A21F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F79

Black with #A21F79

Text Example


Text Example

White with #A21F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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