#A0198C

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

Shades of Dark Purple #A0198C

Tints of Dark Purple #A0198C

Color information

#A0198C (or 0xA0198C) is unknown color: approx Dark Purple. HEX triplet: A0, 19 and 8C. RGB value is (160,25,140). Sum of RGB (Red+Green+Blue) = 160+25+140=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198C is #5FE673. Grayscale: #4E4E4E. Windows color (decimal): -6284916 or 9181600. OLE color: 9181600.

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

Color convert

RGB16025140-
CMYK00.840.120.37
HSL308.89º72.97%36.27%-
HSV(B)308.89º84.38%62.75%-
XYZ19.5810.0625.72-
YUV78.47162.73186.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=49.23%
G=7.69%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602514000.840.120.37308.8972.9736.27
HexA0198C054C251354924
Octal240312140124144546511144
Binary1010000011001100011000101010011001001011001101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0198C; }

 p { color: rgb(160,25,140); }

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

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

 a { background-color: rgb(160,25,140); }

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

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

 span { border-color: rgb(160,25,140); }

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