#A0198D

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

Shades of Dark Purple #A0198D

Tints of Dark Purple #A0198D

Color information

#A0198D (or 0xA0198D) is unknown color: approx Dark Purple. HEX triplet: A0, 19 and 8D. RGB value is (160,25,141). Sum of RGB (Red+Green+Blue) = 160+25+141=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0198D is #5FE672. Grayscale: #4E4E4E. Windows color (decimal): -6284915 or 9247136. OLE color: 9247136.

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

Color convert

RGB16025141-
CMYK00.840.120.37
HSL308.44º72.97%36.27%-
HSV(B)308.44º84.38%62.75%-
XYZ19.6510.0926.11-
YUV78.59163.23186.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 25 (10.16% from 255) = 7.67%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=49.08%
G=7.67%
B=43.25%

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
Decimal1602514100.840.120.37308.4472.9736.27
HexA0198D054C251344924
Octal240312150124144546411144
Binary1010000011001100011010101010011001001011001101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0198D; }

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

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

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

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

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

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

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

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