Html Css Color HEX #AAA4D3 Wistful

📋 copy color: '#AAA4D3'

red 170 ◦ green 164 ◦ blue 211

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

Shades of Wistful #AAA4D3

Tints of Wistful #AAA4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 31.19%
G = 30.09%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AAA4D3 (or 0xAAA4D3) is known color: Wistful. HEX triplet: AA, A4 and D3. RGB value is (170,164,211). Sum of RGB (Red+Green+Blue) = 170+164+211=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAA4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D3 is #555B2C. Grayscale: #AAAAAA. Windows color (decimal): -5593901 or 13870250. OLE color: 13870250.

HSL color Cylindrical-coordinate representation of color #AAA4D3: hue angle of 247.66º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA4D3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 164 211 -
CMYK 0.19 0.22 0 0.17
HSL 247.66º 0.35% 0.74% -
HSV(B) 247.66º 0.22% 0.83% -
XYZ 41.61 39.8 67.12 -
YUV 171.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 170 164 211 0.19 0.22 0 0.17 247.66 0.35 0.74
Hex AA A4 D3 13 16 0 11 F8 23 4A
Octal 252 244 323 23 26 0 21 370 43 112
Binary 10101010 10100100 11010011 10011 10110 0 10001 11111000 100011 1001010

Color Harmonies of #AAA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4D3

Black with #AAA4D3

Text Example


Text Example

White with #AAA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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