Html Css Color HEX #A99AAD Chatelle

📋 copy color: '#A99AAD'

red 169 ◦ green 154 ◦ blue 173

#A99AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #A99AAD

Tints of Chatelle #A99AAD

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 value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A99AAD (or 0xA99AAD) is known color: 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

RGB 169 154 173 -
CMYK 0.02 0.11 0 0.32
HSL 287.37º 0.1% 0.64% -
HSV(B) 287.37º 0.11% 0.68% -
XYZ 35.46 34.56 44.34 -
YUV 160.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 169 154 173 0.02 0.11 0 0.32 287.37 0.1 0.64
Hex A9 9A AD 2 B 0 20 11F A 40
Octal 251 232 255 2 13 0 40 437 12 100
Binary 10101001 10011010 10101101 10 1011 0 100000 100011111 1010 1000000

Color Harmonies of #A99AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AAD

Black with #A99AAD

Text Example


Text Example

White with #A99AAD

Text Example


Text Example

HTML Codes & Css Web 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>