Html Css Color HEX #A21E91 Dark Purple

📋 copy color: '#A21E91'

red 162 ◦ green 30 ◦ blue 145

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

Shades of Dark Purple #A21E91

Tints of Dark Purple #A21E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 48.07%
G = 8.9%
B = 43.03%

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

#A21E91 (or 0xA21E91) is known color: Dark Purple. HEX triplet: A2, 1E and 91. RGB value is (162,30,145). Sum of RGB (Red+Green+Blue) = 162+30+145=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E91 is #5DE16E. Grayscale: #525252. Windows color (decimal): -6152559 or 9510562. OLE color: 9510562.

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

Color convert

RGB 162 30 145 -
CMYK 0 0.81 0.10 0.36
HSL 307.73º 0.69% 0.38% -
HSV(B) 307.73º 0.81% 0.64% -
XYZ 20.48 10.65 27.77 -
YUV 82.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 162 30 145 0 0.81 0.10 0.36 307.73 0.69 0.38
Hex A2 1E 91 0 51 A 24 134 45 26
Octal 242 36 221 0 121 12 44 464 105 46
Binary 10100010 11110 10010001 0 1010001 1010 100100 100110100 1000101 100110

Color Harmonies of #A21E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E91

Black with #A21E91

Text Example


Text Example

White with #A21E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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