#A99AAD

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

Shades of Chatelle #A99AAD

Tints of Chatelle #A99AAD

Color information

#A99AAD (or 0xA99AAD) is unknown color: approx Chatelle. HEX triplet: A9, 9A and AD. RGB value is (169,154,173). Sum of RGB (Red+Green+Blue) = 169+154+173=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A99AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAD is #566552. Grayscale: #A0A0A0. Windows color (decimal): -5662035 or 11377321. OLE color: 11377321.

HSL color Cylindrical-coordinate representation of color #A99AAD: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99AAD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169154173-
CMYK0.020.1100.32
HSL287.37º10.38%64.12%-
HSV(B)287.37º10.98%67.84%-
XYZ35.4634.5644.34-
YUV160.65134.97133.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=34.07%
G=31.05%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691541730.020.1100.32287.3710.3864.12
HexA99AAD2B02011fa40
Octal25123225521304043712100
Binary101010011001101010101101101011010000010001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AAD; }

 p { color: rgb(169,154,173); }

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

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

 a { background-color: rgb(169,154,173); }

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

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

 span { border-color: rgb(169,154,173); }

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