#A0227C

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

Shades of Dark Purple #A0227C

Tints of Dark Purple #A0227C

Color information

#A0227C (or 0xA0227C) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 7C. RGB value is (160,34,124). Sum of RGB (Red+Green+Blue) = 160+34+124=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227C is #5FDD83. Grayscale: #515151. Windows color (decimal): -6282628 or 8135328. OLE color: 8135328.

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

Color convert

RGB16034124-
CMYK00.790.220.37
HSL317.14º64.95%38.04%-
HSV(B)317.14º78.75%62.75%-
XYZ18.7110.0720.03-
YUV81.93151.74183.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=50.31%
G=10.69%
B=38.99%

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
Decimal1603412400.790.220.37317.1464.9538.04
HexA0227C04F162513d4126
Octal240421740117264547510146
Binary10100000100010111110001001111101101001011001111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0227C; }

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

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

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

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

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

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

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

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