#A998AD

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

Shades of Chatelle #A998AD

Tints of Chatelle #A998AD

Color information

#A998AD (or 0xA998AD) is unknown color: approx Chatelle. HEX triplet: A9, 98 and AD. RGB value is (169,152,173). Sum of RGB (Red+Green+Blue) = 169+152+173=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A998AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AD is #566752. Grayscale: #9F9F9F. Windows color (decimal): -5662547 or 11376809. OLE color: 11376809.

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

Color convert

RGB169152173-
CMYK0.020.1200.32
HSL288.57º11.35%63.73%-
HSV(B)288.57º12.14%67.84%-
XYZ35.1333.9144.23-
YUV159.48135.63134.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=34.21%
G=30.77%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691521730.020.1200.32288.5711.3563.73
HexA998AD2C020121b40
Octal25123025521404044113100
Binary101010011001100010101101101100010000010010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998AD; }

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

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

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

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

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

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

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

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