Html Css Color HEX #AAA5CE Wistful

📋 copy color: '#AAA5CE'

red 170 ◦ green 165 ◦ blue 206

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

Shades of Wistful #AAA5CE

Tints of Wistful #AAA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 31.42%
G = 30.5%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAA5CE (or 0xAAA5CE) is known color: Wistful. HEX triplet: AA, A5 and CE. RGB value is (170,165,206). Sum of RGB (Red+Green+Blue) = 170+165+206=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CE is #555A31. Grayscale: #ABABAB. Windows color (decimal): -5593650 or 13542826. OLE color: 13542826.

HSL color Cylindrical-coordinate representation of color #AAA5CE: hue angle of 247.32º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA5CE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 165 206 -
CMYK 0.17 0.20 0 0.19
HSL 247.32º 0.29% 0.73% -
HSV(B) 247.32º 0.2% 0.81% -
XYZ 41.17 39.91 63.93 -
YUV 171.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 170 165 206 0.17 0.20 0 0.19 247.32 0.29 0.73
Hex AA A5 CE 11 14 0 13 F7 1D 49
Octal 252 245 316 21 24 0 23 367 35 111
Binary 10101010 10100101 11001110 10001 10100 0 10011 11110111 11101 1001001

Color Harmonies of #AAA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5CE

Black with #AAA5CE

Text Example


Text Example

White with #AAA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5CE; }

 p { color: rgb(170,165,206); }

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

background-color css

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

 a { background-color: rgb(170,165,206); }

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

border-color css

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

 span { border-color: rgb(170,165,206); }

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