#A2227F

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

Shades of Dark Purple #A2227F

Tints of Dark Purple #A2227F

Color information

#A2227F (or 0xA2227F) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 7F. RGB value is (162,34,127). Sum of RGB (Red+Green+Blue) = 162+34+127=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2227F is #5DDD80. Grayscale: #525252. Windows color (decimal): -6151553 or 8331938. OLE color: 8331938.

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

Color convert

RGB16234127-
CMYK00.790.220.36
HSL316.41º65.31%38.43%-
HSV(B)316.41º79.01%63.53%-
XYZ19.310.3621.06-
YUV82.87152.91184.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 127 (50% from 255) = 39.32%
R=50.15%
G=10.53%
B=39.32%

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
Decimal1623412700.790.220.36316.4165.3138.43
HexA2227F04F162413c4126
Octal242421770117264447410146
Binary10100010100010111111101001111101101001001001111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2227F; }

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

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

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

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

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

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

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

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