#A198BA

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

Shades of Cold Purple #A198BA

Tints of Cold Purple #A198BA

Color information

#A198BA (or 0xA198BA) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and BA. RGB value is (161,152,186). Sum of RGB (Red+Green+Blue) = 161+152+186=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BA is #5E6745. Grayscale: #9E9E9E. Windows color (decimal): -6186822 or 12228769. OLE color: 12228769.

HSL color Cylindrical-coordinate representation of color #A198BA: hue angle of 255.88º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A198BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161152186-
CMYK0.130.1800.27
HSL255.88º19.77%66.27%-
HSV(B)255.88º18.28%72.94%-
XYZ34.7933.5851.1-
YUV158.57143.48129.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=32.26%
G=30.46%
B=37.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611521860.130.1800.27255.8819.7766.27
HexA198BAD1201B1001442
Octal241230272152203340024102
Binary101000011001100010111010110110010011011100000000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198BA; }

 p { color: rgb(161,152,186); }

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

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

 a { background-color: rgb(161,152,186); }

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

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

 span { border-color: rgb(161,152,186); }

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