#A1198A

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

Shades of Dark Purple #A1198A

Tints of Dark Purple #A1198A

Color information

#A1198A (or 0xA1198A) is unknown color: approx Dark Purple. HEX triplet: A1, 19 and 8A. RGB value is (161,25,138). Sum of RGB (Red+Green+Blue) = 161+25+138=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1198A is #5EE675. Grayscale: #4E4E4E. Windows color (decimal): -6219382 or 9050529. OLE color: 9050529.

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

Color convert

RGB16125138-
CMYK00.840.140.37
HSL310.15º73.12%36.47%-
HSV(B)310.15º84.47%63.14%-
XYZ19.6310.1124.96-
YUV78.55161.56186.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 25 (10.16% from 255) = 7.72%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=49.69%
G=7.72%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612513800.840.140.37310.1573.1236.47
HexA1198A054E251364924
Octal241312120124164546611144
Binary1010000111001100010100101010011101001011001101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1198A; }

 p { color: rgb(161,25,138); }

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

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

 a { background-color: rgb(161,25,138); }

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

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

 span { border-color: rgb(161,25,138); }

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