Html Css Color HEX #AAA0D5 Wistful

📋 copy color: '#AAA0D5'

red 170 ◦ green 160 ◦ blue 213

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

Shades of Wistful #AAA0D5

Tints of Wistful #AAA0D5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.47%

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 31.31%
G = 29.47%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAA0D5 (or 0xAAA0D5) is known color: Wistful. HEX triplet: AA, A0 and D5. RGB value is (170,160,213). Sum of RGB (Red+Green+Blue) = 170+160+213=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0D5 is #555F2A. Grayscale: #A8A8A8. Windows color (decimal): -5594923 or 14000298. OLE color: 14000298.

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

Color convert

RGB 170 160 213 -
CMYK 0.20 0.25 0 0.16
HSL 251.32º 0.39% 0.73% -
HSV(B) 251.32º 0.25% 0.84% -
XYZ 41.16 38.49 68.21 -
YUV 169.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 170 160 213 0.20 0.25 0 0.16 251.32 0.39 0.73
Hex AA A0 D5 14 19 0 10 FB 27 49
Octal 252 240 325 24 31 0 20 373 47 111
Binary 10101010 10100000 11010101 10100 11001 0 10000 11111011 100111 1001001

Color Harmonies of #AAA0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0D5

Black with #AAA0D5

Text Example


Text Example

White with #AAA0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0D5; }

 p { color: rgb(170,160,213); }

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

background-color css

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

 a { background-color: rgb(170,160,213); }

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

border-color css

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

 span { border-color: rgb(170,160,213); }

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