#A198BF

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

Shades of Cold Purple #A198BF

Tints of Cold Purple #A198BF

Color information

#A198BF (or 0xA198BF) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and BF. RGB value is (161,152,191). Sum of RGB (Red+Green+Blue) = 161+152+191=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A198BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BF is #5E6740. Grayscale: #9E9E9E. Windows color (decimal): -6186817 or 12556449. OLE color: 12556449.

HSL color Cylindrical-coordinate representation of color #A198BF: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A198BF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161152191-
CMYK0.160.2000.25
HSL253.85º23.35%67.25%-
HSV(B)253.85º20.42%74.9%-
XYZ35.3333.853.95-
YUV159.14145.98129.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 37.90%
R=31.94%
G=30.16%
B=37.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611521910.160.2000.25253.8523.3567.25
HexA198BF1014019fe1743
Octal241230277202403137627103
Binary101000011001100010111111100001010001100111111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198BF; }

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

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

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

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

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

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

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

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