#A899BF

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

Shades of Cold Purple #A899BF

Tints of Cold Purple #A899BF

Color information

#A899BF (or 0xA899BF) is unknown color: approx Cold Purple. HEX triplet: A8, 99 and BF. RGB value is (168,153,191). Sum of RGB (Red+Green+Blue) = 168+153+191=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A899BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BF is #576640. Grayscale: #A1A1A1. Windows color (decimal): -5727809 or 12556712. OLE color: 12556712.

HSL color Cylindrical-coordinate representation of color #A899BF: hue angle of 263.68º 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 #A899BF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168153191-
CMYK0.120.2000.25
HSL263.68º22.89%67.45%-
HSV(B)263.68º19.9%74.9%-
XYZ36.9434.8754.07-
YUV161.82144.47132.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 191 (75% from 255) = 37.30%
R=32.81%
G=29.88%
B=37.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681531910.120.2000.25263.6822.8967.45
HexA899BFC140191081743
Octal250231277142403141027103
Binary101010001001100110111111110010100011001100001000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899BF; }

 p { color: rgb(168,153,191); }

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

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

 a { background-color: rgb(168,153,191); }

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

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

 span { border-color: rgb(168,153,191); }

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