Html Css Color HEX #AAA4D5 Wistful

📋 copy color: '#AAA4D5'

red 170 ◦ green 164 ◦ blue 213

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

Shades of Wistful #AAA4D5

Tints of Wistful #AAA4D5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

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

R = 31.08%
G = 29.98%
B = 38.94%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAA4D5 (or 0xAAA4D5) is known color: Wistful. HEX triplet: AA, A4 and D5. RGB value is (170,164,213). Sum of RGB (Red+Green+Blue) = 170+164+213=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA4D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D5 is #555B2A. Grayscale: #ABABAB. Windows color (decimal): -5593899 or 14001322. OLE color: 14001322.

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

Color convert

RGB 170 164 213 -
CMYK 0.20 0.23 0 0.16
HSL 247.35º 0.37% 0.74% -
HSV(B) 247.35º 0.23% 0.84% -
XYZ 41.86 39.9 68.45 -
YUV 171.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 170 164 213 0.20 0.23 0 0.16 247.35 0.37 0.74
Hex AA A4 D5 14 17 0 10 F7 25 4A
Octal 252 244 325 24 27 0 20 367 45 112
Binary 10101010 10100100 11010101 10100 10111 0 10000 11110111 100101 1001010

Color Harmonies of #AAA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4D5

Black with #AAA4D5

Text Example


Text Example

White with #AAA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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