#A197BD

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

Shades of Cold Purple #A197BD

Tints of Cold Purple #A197BD

Color information

#A197BD (or 0xA197BD) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and BD. RGB value is (161,151,189). Sum of RGB (Red+Green+Blue) = 161+151+189=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A197BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197BD is #5E6842. Grayscale: #9E9E9E. Windows color (decimal): -6187075 or 12425121. OLE color: 12425121.

HSL color Cylindrical-coordinate representation of color #A197BD: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A197BD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161151189-
CMYK0.150.2000.26
HSL255.79º22.35%66.67%-
HSV(B)255.79º20.11%74.12%-
XYZ34.9533.3852.75-
YUV158.32145.31129.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=32.14%
G=30.14%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611511890.150.2000.26255.7922.3566.67
HexA197BDF1401A1001643
Octal241227275172403240026103
Binary101000011001011110111101111110100011010100000000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197BD; }

 p { color: rgb(161,151,189); }

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

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

 a { background-color: rgb(161,151,189); }

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

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

 span { border-color: rgb(161,151,189); }

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