Html Css Color HEX #A22493 Dark Purple

📋 copy color: '#A22493'

red 162 ◦ green 36 ◦ blue 147

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

Shades of Dark Purple #A22493

Tints of Dark Purple #A22493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 46.96%
G = 10.43%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A22493 (or 0xA22493) is known color: Dark Purple. HEX triplet: A2, 24 and 93. RGB value is (162,36,147). Sum of RGB (Red+Green+Blue) = 162+36+147=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A22493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22493 is #5DDB6C. Grayscale: #565656. Windows color (decimal): -6151021 or 9643170. OLE color: 9643170.

HSL color Cylindrical-coordinate representation of color #A22493: hue angle of 307.14º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22493 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 36 147 -
CMYK 0 0.78 0.09 0.36
HSL 307.14º 0.64% 0.39% -
HSV(B) 307.14º 0.78% 0.64% -
XYZ 20.8 11.05 28.64 -
YUV 86.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 162 36 147 0 0.78 0.09 0.36 307.14 0.64 0.39
Hex A2 24 93 0 4E 9 24 133 40 27
Octal 242 44 223 0 116 11 44 463 100 47
Binary 10100010 100100 10010011 0 1001110 1001 100100 100110011 1000000 100111

Color Harmonies of #A22493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22493

Black with #A22493

Text Example


Text Example

White with #A22493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22493; }

 p { color: rgb(162,36,147); }

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

background-color css

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

 a { background-color: rgb(162,36,147); }

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

border-color css

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

 span { border-color: rgb(162,36,147); }

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