#A0187D

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

Shades of Dark Purple #A0187D

Tints of Dark Purple #A0187D

Color information

#A0187D (or 0xA0187D) is unknown color: approx Dark Purple. HEX triplet: A0, 18 and 7D. RGB value is (160,24,125). Sum of RGB (Red+Green+Blue) = 160+24+125=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187D is #5FE782. Grayscale: #4B4B4B. Windows color (decimal): -6285187 or 8198304. OLE color: 8198304.

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

Color convert

RGB16024125-
CMYK00.850.220.37
HSL315.44º73.91%36.08%-
HSV(B)315.44º85%62.75%-
XYZ18.539.6120.28-
YUV76.18155.56187.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=51.78%
G=7.77%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602412500.850.220.37315.4473.9136.08
HexA0187D055162513b4a24
Octal240301750125264547311244
Binary1010000011000111110101010101101101001011001110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0187D; }

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

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

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

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

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

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

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

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