Html Css Color HEX #AAA3C6 Wistful

📋 copy color: '#AAA3C6'

red 170 ◦ green 163 ◦ blue 198

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

Shades of Wistful #AAA3C6

Tints of Wistful #AAA3C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 32.02%
G = 30.7%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAA3C6 (or 0xAAA3C6) is known color: Wistful. HEX triplet: AA, A3 and C6. RGB value is (170,163,198). Sum of RGB (Red+Green+Blue) = 170+163+198=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA3C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3C6 is #555C39. Grayscale: #A8A8A8. Windows color (decimal): -5594170 or 13018026. OLE color: 13018026.

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

Color convert

RGB 170 163 198 -
CMYK 0.14 0.18 0 0.22
HSL 252º 0.23% 0.71% -
HSV(B) 252º 0.18% 0.78% -
XYZ 39.87 38.82 58.82 -
YUV 169.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 170 163 198 0.14 0.18 0 0.22 252 0.23 0.71
Hex AA A3 C6 E 12 0 16 FC 17 47
Octal 252 243 306 16 22 0 26 374 27 107
Binary 10101010 10100011 11000110 1110 10010 0 10110 11111100 10111 1000111

Color Harmonies of #AAA3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA3C6

Black with #AAA3C6

Text Example


Text Example

White with #AAA3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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