Html Css Color HEX #AAA5D2 Wistful

📋 copy color: '#AAA5D2'

red 170 ◦ green 165 ◦ blue 210

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

Shades of Wistful #AAA5D2

Tints of Wistful #AAA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.28%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 31.19%
G = 30.28%
B = 38.53%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAA5D2 (or 0xAAA5D2) is known color: Wistful. HEX triplet: AA, A5 and D2. RGB value is (170,165,210). Sum of RGB (Red+Green+Blue) = 170+165+210=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAA5D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5D2 is #555A2D. Grayscale: #ABABAB. Windows color (decimal): -5593646 or 13804970. OLE color: 13804970.

HSL color Cylindrical-coordinate representation of color #AAA5D2: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA5D2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 165 210 -
CMYK 0.19 0.21 0 0.18
HSL 246.67º 0.33% 0.74% -
HSV(B) 246.67º 0.21% 0.82% -
XYZ 41.67 40.11 66.52 -
YUV 171.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 170 165 210 0.19 0.21 0 0.18 246.67 0.33 0.74
Hex AA A5 D2 13 15 0 12 F7 21 4A
Octal 252 245 322 23 25 0 22 367 41 112
Binary 10101010 10100101 11010010 10011 10101 0 10010 11110111 100001 1001010

Color Harmonies of #AAA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5D2

Black with #AAA5D2

Text Example


Text Example

White with #AAA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5D2; }

 p { color: rgb(170,165,210); }

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

background-color css

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

 a { background-color: rgb(170,165,210); }

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

border-color css

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

 span { border-color: rgb(170,165,210); }

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