Html Css Color HEX #AAA5DB Wistful

📋 copy color: '#AAA5DB'

red 170 ◦ green 165 ◦ blue 219

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

Shades of Wistful #AAA5DB

Tints of Wistful #AAA5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 30.69%
G = 29.78%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAA5DB (or 0xAAA5DB) is known color: Wistful. HEX triplet: AA, A5 and DB. RGB value is (170,165,219). Sum of RGB (Red+Green+Blue) = 170+165+219=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5DB is #555A24. Grayscale: #ACACAC. Windows color (decimal): -5593637 or 14394794. OLE color: 14394794.

HSL color Cylindrical-coordinate representation of color #AAA5DB: hue angle of 245.56º degrees, saturation: 0.43, 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 #AAA5DB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 165 219 -
CMYK 0.22 0.25 0 0.14
HSL 245.56º 0.43% 0.75% -
HSV(B) 245.56º 0.25% 0.86% -
XYZ 42.82 40.57 72.59 -
YUV 172.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 170 165 219 0.22 0.25 0 0.14 245.56 0.43 0.75
Hex AA A5 DB 16 19 0 E F6 2B 4B
Octal 252 245 333 26 31 0 16 366 53 113
Binary 10101010 10100101 11011011 10110 11001 0 1110 11110110 101011 1001011

Color Harmonies of #AAA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5DB

Black with #AAA5DB

Text Example


Text Example

White with #AAA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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