#A899BB

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

Shades of Cold Purple #A899BB

Tints of Cold Purple #A899BB

Color information

#A899BB (or 0xA899BB) is unknown color: approx Cold Purple. HEX triplet: A8, 99 and BB. RGB value is (168,153,187). Sum of RGB (Red+Green+Blue) = 168+153+187=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A899BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BB is #576644. Grayscale: #A1A1A1. Windows color (decimal): -5727813 or 12294568. OLE color: 12294568.

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

Color convert

RGB168153187-
CMYK0.100.1800.27
HSL266.47º20%66.67%-
HSV(B)266.47º18.18%73.33%-
XYZ36.5134.751.79-
YUV161.36142.47132.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=33.07%
G=30.12%
B=36.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681531870.100.1800.27266.472066.67
HexA899BBA1201B10a1443
Octal250231273122203341224103
Binary101010001001100110111011101010010011011100001010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899BB; }

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

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

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

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

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

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

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

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