#A0137F

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

Shades of Dark Purple #A0137F

Tints of Dark Purple #A0137F

Color information

#A0137F (or 0xA0137F) is unknown color: approx Dark Purple. HEX triplet: A0, 13 and 7F. RGB value is (160,19,127). Sum of RGB (Red+Green+Blue) = 160+19+127=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0137F is #5FEC80. Grayscale: #494949. Windows color (decimal): -6286465 or 8328096. OLE color: 8328096.

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

Color convert

RGB16019127-
CMYK00.880.210.37
HSL314.04º78.77%35.1%-
HSV(B)314.04º88.13%62.75%-
XYZ18.569.4720.93-
YUV73.47158.21189.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 127 (50% from 255) = 41.50%
R=52.29%
G=6.21%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601912700.880.210.37314.0478.7735.1
HexA0137F058152513a4f23
Octal240231770130254547211743
Binary1010000010011111111101011000101011001011001110101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0137F; }

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

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

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

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

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

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

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

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