#A0227B

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

Shades of Dark Purple #A0227B

Tints of Dark Purple #A0227B

Color information

#A0227B (or 0xA0227B) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 7B. RGB value is (160,34,123). Sum of RGB (Red+Green+Blue) = 160+34+123=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227B is #5FDD84. Grayscale: #515151. Windows color (decimal): -6282629 or 8069792. OLE color: 8069792.

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

Color convert

RGB16034123-
CMYK00.790.230.37
HSL317.62º64.95%38.04%-
HSV(B)317.62º78.75%62.75%-
XYZ18.6410.0519.7-
YUV81.82151.24183.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=50.47%
G=10.73%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603412300.790.230.37317.6264.9538.04
HexA0227B04F172513e4126
Octal240421730117274547610146
Binary10100000100010111101101001111101111001011001111101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0227B; }

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

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

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

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

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

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

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

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