Html Css Color HEX #AA9EB2 Chatelle

📋 copy color: '#AA9EB2'

red 170 ◦ green 158 ◦ blue 178

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

Shades of Chatelle #AA9EB2

Tints of Chatelle #AA9EB2

RGB

 RED value IS 170 (66.8% from 255) = 33.6%

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 33.6%
G = 31.23%
B = 35.18%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA9EB2 (or 0xAA9EB2) is known color: Chatelle. HEX triplet: AA, 9E and B2. RGB value is (170,158,178). Sum of RGB (Red+Green+Blue) = 170+158+178=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA9EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EB2 is #55614D. Grayscale: #A3A3A3. Windows color (decimal): -5595470 or 11706026. OLE color: 11706026.

HSL color Cylindrical-coordinate representation of color #AA9EB2: hue angle of 276º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9EB2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 158 178 -
CMYK 0.04 0.11 0 0.30
HSL 276º 0.11% 0.66% -
HSV(B) 276º 0.11% 0.7% -
XYZ 36.84 36.21 47.17 -
YUV 163.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 170 158 178 0.04 0.11 0 0.30 276 0.11 0.66
Hex AA 9E B2 4 B 0 1E 114 B 42
Octal 252 236 262 4 13 0 36 424 13 102
Binary 10101010 10011110 10110010 100 1011 0 11110 100010100 1011 1000010

Color Harmonies of #AA9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EB2

Black with #AA9EB2

Text Example


Text Example

White with #AA9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EB2; }

 p { color: rgb(170,158,178); }

 H1.HeaderClassName
 {
   color: #AA9EB2;
 }
 .AnyTagClassName
 {
   color: #AA9EB2;
 }
</style>

background-color css

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

 a { background-color: rgb(170,158,178); }

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

border-color css

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

 span { border-color: rgb(170,158,178); }

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