Html Css Color HEX #A21F91 Dark Purple

📋 copy color: '#A21F91'

red 162 ◦ green 31 ◦ blue 145

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

Shades of Dark Purple #A21F91

Tints of Dark Purple #A21F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 47.93%
G = 9.17%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21F91 (or 0xA21F91) is known color: Dark Purple. HEX triplet: A2, 1F and 91. RGB value is (162,31,145). Sum of RGB (Red+Green+Blue) = 162+31+145=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F91 is #5DE06E. Grayscale: #525252. Windows color (decimal): -6152303 or 9510818. OLE color: 9510818.

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

Color convert

RGB 162 31 145 -
CMYK 0 0.81 0.10 0.36
HSL 307.79º 0.68% 0.38% -
HSV(B) 307.79º 0.81% 0.64% -
XYZ 20.5 10.71 27.77 -
YUV 83.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 162 31 145 0 0.81 0.10 0.36 307.79 0.68 0.38
Hex A2 1F 91 0 51 A 24 134 44 26
Octal 242 37 221 0 121 12 44 464 104 46
Binary 10100010 11111 10010001 0 1010001 1010 100100 100110100 1000100 100110

Color Harmonies of #A21F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F91

Black with #A21F91

Text Example


Text Example

White with #A21F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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