Html Css Color HEX #AAA7CE Wistful

📋 copy color: '#AAA7CE'

red 170 ◦ green 167 ◦ blue 206

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

Shades of Wistful #AAA7CE

Tints of Wistful #AAA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

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

R = 31.31%
G = 30.76%
B = 37.94%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAA7CE (or 0xAAA7CE) is known color: Wistful. HEX triplet: AA, A7 and CE. RGB value is (170,167,206). Sum of RGB (Red+Green+Blue) = 170+167+206=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CE is #555831. Grayscale: #ACACAC. Windows color (decimal): -5593138 or 13543338. OLE color: 13543338.

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

Color convert

RGB 170 167 206 -
CMYK 0.17 0.19 0 0.19
HSL 244.62º 0.28% 0.73% -
HSV(B) 244.62º 0.19% 0.81% -
XYZ 41.54 40.64 64.05 -
YUV 172.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 170 167 206 0.17 0.19 0 0.19 244.62 0.28 0.73
Hex AA A7 CE 11 13 0 13 F5 1C 49
Octal 252 247 316 21 23 0 23 365 34 111
Binary 10101010 10100111 11001110 10001 10011 0 10011 11110101 11100 1001001

Color Harmonies of #AAA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7CE

Black with #AAA7CE

Text Example


Text Example

White with #AAA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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