#A2227E

Color #A2227E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A2227E

Tints of Dark Purple #A2227E

Color information

#A2227E (or 0xA2227E) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 7E. RGB value is (162,34,126). Sum of RGB (Red+Green+Blue) = 162+34+126=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2227E is #5DDD81. Grayscale: #525252. Windows color (decimal): -6151554 or 8266402. OLE color: 8266402.

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

Color convert

RGB16234126-
CMYK00.790.220.36
HSL316.88º65.31%38.43%-
HSV(B)316.88º79.01%63.53%-
XYZ19.2410.3320.72-
YUV82.76152.41184.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=50.31%
G=10.56%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623412600.790.220.36316.8865.3138.43
HexA2227E04F162413d4126
Octal242421760117264447510146
Binary10100010100010111111001001111101101001001001111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2227E; }

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

 H1.HeaderClassName
 {
   color: #A2227E;
 }
 .AnyTagClassName
 {
   color: #A2227E;
 }
</style>
background-color css

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

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

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

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

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

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