#A198B1

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

Shades of Cold Purple #A198B1

Tints of Cold Purple #A198B1

Color information

#A198B1 (or 0xA198B1) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and B1. RGB value is (161,152,177). Sum of RGB (Red+Green+Blue) = 161+152+177=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #A198B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198B1 is #5E674E. Grayscale: #9D9D9D. Windows color (decimal): -6186831 or 11638945. OLE color: 11638945.

HSL color Cylindrical-coordinate representation of color #A198B1: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A198B1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161152177-
CMYK0.090.1400.31
HSL261.6º13.81%64.51%-
HSV(B)261.6º14.12%69.41%-
XYZ33.8633.2146.22-
YUV157.54138.98130.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=32.86%
G=31.02%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611521770.090.1400.31261.613.8164.51
HexA198B19E01F106e41
Octal241230261111603740616101
Binary1010000110011000101100011001111001111110000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198B1; }

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

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

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

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

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

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

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

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