Html Css Color HEX #AAA9CB Wistful

📋 copy color: '#AAA9CB'

red 170 ◦ green 169 ◦ blue 203

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

Shades of Wistful #AAA9CB

Tints of Wistful #AAA9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.18%

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 31.37%
G = 31.18%
B = 37.45%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAA9CB (or 0xAAA9CB) is known color: Wistful. HEX triplet: AA, A9 and CB. RGB value is (170,169,203). Sum of RGB (Red+Green+Blue) = 170+169+203=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CB is #555634. Grayscale: #ADADAD. Windows color (decimal): -5592629 or 13347242. OLE color: 13347242.

HSL color Cylindrical-coordinate representation of color #AAA9CB: hue angle of 241.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA9CB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 169 203 -
CMYK 0.16 0.17 0 0.20
HSL 241.76º 0.25% 0.73% -
HSV(B) 241.76º 0.17% 0.8% -
XYZ 41.55 41.23 62.27 -
YUV 173.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 170 169 203 0.16 0.17 0 0.20 241.76 0.25 0.73
Hex AA A9 CB 10 11 0 14 F2 19 49
Octal 252 251 313 20 21 0 24 362 31 111
Binary 10101010 10101001 11001011 10000 10001 0 10100 11110010 11001 1001001

Color Harmonies of #AAA9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9CB

Black with #AAA9CB

Text Example


Text Example

White with #AAA9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9CB; }

 p { color: rgb(170,169,203); }

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

background-color css

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

 a { background-color: rgb(170,169,203); }

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

border-color css

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

 span { border-color: rgb(170,169,203); }

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