#A0227D

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

Shades of Dark Purple #A0227D

Tints of Dark Purple #A0227D

Color information

#A0227D (or 0xA0227D) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 7D. RGB value is (160,34,125). Sum of RGB (Red+Green+Blue) = 160+34+125=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227D is #5FDD82. Grayscale: #515151. Windows color (decimal): -6282627 or 8200864. OLE color: 8200864.

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

Color convert

RGB16034125-
CMYK00.790.220.37
HSL316.67º64.95%38.04%-
HSV(B)316.67º78.75%62.75%-
XYZ18.7710.120.36-
YUV82.05152.24183.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=50.16%
G=10.66%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603412500.790.220.37316.6764.9538.04
HexA0227D04F162513d4126
Octal240421750117264547510146
Binary10100000100010111110101001111101101001011001111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0227D; }

 p { color: rgb(160,34,125); }

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

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

 a { background-color: rgb(160,34,125); }

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

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

 span { border-color: rgb(160,34,125); }

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