Html Css Color HEX #A22293 Dark Purple

📋 copy color: '#A22293'

red 162 ◦ green 34 ◦ blue 147

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

Shades of Dark Purple #A22293

Tints of Dark Purple #A22293

RGB

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

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

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

R = 47.23%
G = 9.91%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A22293 (or 0xA22293) is known color: Dark Purple. HEX triplet: A2, 22 and 93. RGB value is (162,34,147). Sum of RGB (Red+Green+Blue) = 162+34+147=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A22293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22293 is #5DDD6C. Grayscale: #545454. Windows color (decimal): -6151533 or 9642658. OLE color: 9642658.

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

Color convert

RGB 162 34 147 -
CMYK 0 0.79 0.09 0.36
HSL 307.03º 0.65% 0.38% -
HSV(B) 307.03º 0.79% 0.64% -
XYZ 20.74 10.93 28.62 -
YUV 85.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 162 34 147 0 0.79 0.09 0.36 307.03 0.65 0.38
Hex A2 22 93 0 4F 9 24 133 41 26
Octal 242 42 223 0 117 11 44 463 101 46
Binary 10100010 100010 10010011 0 1001111 1001 100100 100110011 1000001 100110

Color Harmonies of #A22293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22293

Black with #A22293

Text Example


Text Example

White with #A22293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22293; }

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

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

background-color css

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

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

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

border-color css

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

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

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