Html Css Color HEX #AAA3C5 Wistful

📋 copy color: '#AAA3C5'

red 170 ◦ green 163 ◦ blue 197

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

Shades of Wistful #AAA3C5

Tints of Wistful #AAA3C5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.75%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 32.08%
G = 30.75%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAA3C5 (or 0xAAA3C5) is known color: Wistful. HEX triplet: AA, A3 and C5. RGB value is (170,163,197). Sum of RGB (Red+Green+Blue) = 170+163+197=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA3C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3C5 is #555C3A. Grayscale: #A8A8A8. Windows color (decimal): -5594171 or 12952490. OLE color: 12952490.

HSL color Cylindrical-coordinate representation of color #AAA3C5: hue angle of 252.35º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA3C5 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 163 197 -
CMYK 0.14 0.17 0 0.23
HSL 252.35º 0.23% 0.71% -
HSV(B) 252.35º 0.17% 0.77% -
XYZ 39.75 38.77 58.21 -
YUV 168.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 170 163 197 0.14 0.17 0 0.23 252.35 0.23 0.71
Hex AA A3 C5 E 11 0 17 FC 17 47
Octal 252 243 305 16 21 0 27 374 27 107
Binary 10101010 10100011 11000101 1110 10001 0 10111 11111100 10111 1000111

Color Harmonies of #AAA3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA3C5

Black with #AAA3C5

Text Example


Text Example

White with #AAA3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA3C5; }

 p { color: rgb(170,163,197); }

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

background-color css

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

 a { background-color: rgb(170,163,197); }

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

border-color css

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

 span { border-color: rgb(170,163,197); }

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