#A99BBD

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

Shades of Cold Purple #A99BBD

Tints of Cold Purple #A99BBD

Color information

#A99BBD (or 0xA99BBD) is unknown color: approx Cold Purple. HEX triplet: A9, 9B and BD. RGB value is (169,155,189). Sum of RGB (Red+Green+Blue) = 169+155+189=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A99BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBD is #566442. Grayscale: #A2A2A2. Windows color (decimal): -5661763 or 12426153. OLE color: 12426153.

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

Color convert

RGB169155189-
CMYK0.110.1800.26
HSL264.71º20.48%67.45%-
HSV(B)264.71º17.99%74.12%-
XYZ37.2735.5553.04-
YUV163.06142.64132.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=32.94%
G=30.21%
B=36.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691551890.110.1800.26264.7120.4867.45
HexA99BBDB1201A1091443
Octal251233275132203241124103
Binary101010011001101110111101101110010011010100001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BBD; }

 p { color: rgb(169,155,189); }

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

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

 a { background-color: rgb(169,155,189); }

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

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

 span { border-color: rgb(169,155,189); }

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