Html Css Color HEX #A2228E Dark Purple

📋 copy color: '#A2228E'

red 162 ◦ green 34 ◦ blue 142

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

Shades of Dark Purple #A2228E

Tints of Dark Purple #A2228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 47.93%
G = 10.06%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2228E (or 0xA2228E) is known color: Dark Purple. HEX triplet: A2, 22 and 8E. RGB value is (162,34,142). Sum of RGB (Red+Green+Blue) = 162+34+142=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2228E is #5DDD71. Grayscale: #545454. Windows color (decimal): -6151538 or 9314978. OLE color: 9314978.

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

Color convert

RGB 162 34 142 -
CMYK 0 0.79 0.12 0.36
HSL 309.38º 0.65% 0.38% -
HSV(B) 309.38º 0.79% 0.64% -
XYZ 20.35 10.78 26.6 -
YUV 84.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 162 34 142 0 0.79 0.12 0.36 309.38 0.65 0.38
Hex A2 22 8E 0 4F C 24 135 41 26
Octal 242 42 216 0 117 14 44 465 101 46
Binary 10100010 100010 10001110 0 1001111 1100 100100 100110101 1000001 100110

Color Harmonies of #A2228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2228E

Black with #A2228E

Text Example


Text Example

White with #A2228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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