#A0227F

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

Shades of Dark Purple #A0227F

Tints of Dark Purple #A0227F

Color information

#A0227F (or 0xA0227F) is unknown color: approx Dark Purple. HEX triplet: A0, 22 and 7F. RGB value is (160,34,127). Sum of RGB (Red+Green+Blue) = 160+34+127=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227F is #5FDD80. Grayscale: #525252. Windows color (decimal): -6282625 or 8331936. OLE color: 8331936.

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

Color convert

RGB16034127-
CMYK00.790.210.37
HSL315.71º64.95%38.04%-
HSV(B)315.71º78.75%62.75%-
XYZ18.910.1521.04-
YUV82.28153.24183.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 127 (50% from 255) = 39.56%
R=49.84%
G=10.59%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603412700.790.210.37315.7164.9538.04
HexA0227F04F152513c4126
Octal240421770117254547410146
Binary10100000100010111111101001111101011001011001111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0227F; }

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

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

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

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

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

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

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

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