Html Css Color HEX #AAA5DC Wistful

📋 copy color: '#AAA5DC'

red 170 ◦ green 165 ◦ blue 220

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

Shades of Wistful #AAA5DC

Tints of Wistful #AAA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 30.63%
G = 29.73%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAA5DC (or 0xAAA5DC) is known color: Wistful. HEX triplet: AA, A5 and DC. RGB value is (170,165,220). Sum of RGB (Red+Green+Blue) = 170+165+220=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5DC is #555A23. Grayscale: #ACACAC. Windows color (decimal): -5593636 or 14460330. OLE color: 14460330.

HSL color Cylindrical-coordinate representation of color #AAA5DC: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA5DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 165 220 -
CMYK 0.23 0.25 0 0.14
HSL 245.45º 0.44% 0.75% -
HSV(B) 245.45º 0.25% 0.86% -
XYZ 42.95 40.62 73.29 -
YUV 172.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 170 165 220 0.23 0.25 0 0.14 245.45 0.44 0.75
Hex AA A5 DC 17 19 0 E F5 2C 4B
Octal 252 245 334 27 31 0 16 365 54 113
Binary 10101010 10100101 11011100 10111 11001 0 1110 11110101 101100 1001011

Color Harmonies of #AAA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5DC

Black with #AAA5DC

Text Example


Text Example

White with #AAA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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