Html Css Color HEX #A22299 Dark Purple

📋 copy color: '#A22299'

red 162 ◦ green 34 ◦ blue 153

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

Shades of Dark Purple #A22299

Tints of Dark Purple #A22299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.74%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 46.42%
G = 9.74%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A22299 (or 0xA22299) is known color: Dark Purple. HEX triplet: A2, 22 and 99. RGB value is (162,34,153). Sum of RGB (Red+Green+Blue) = 162+34+153=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22299 is #5DDD66. Grayscale: #555555. Windows color (decimal): -6151527 or 10035874. OLE color: 10035874.

HSL color Cylindrical-coordinate representation of color #A22299: hue angle of 304.22º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22299 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 153 -
CMYK 0 0.79 0.06 0.36
HSL 304.22º 0.65% 0.38% -
HSV(B) 304.22º 0.79% 0.64% -
XYZ 21.22 11.13 31.17 -
YUV 85.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 162 34 153 0 0.79 0.06 0.36 304.22 0.65 0.38
Hex A2 22 99 0 4F 6 24 130 41 26
Octal 242 42 231 0 117 6 44 460 101 46
Binary 10100010 100010 10011001 0 1001111 110 100100 100110000 1000001 100110

Color Harmonies of #A22299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22299

Black with #A22299

Text Example


Text Example

White with #A22299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22299; }

 p { color: rgb(162,34,153); }

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

background-color css

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

 a { background-color: rgb(162,34,153); }

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

border-color css

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

 span { border-color: rgb(162,34,153); }

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