Html Css Color HEX #AAA4DB Wistful

📋 copy color: '#AAA4DB'

red 170 ◦ green 164 ◦ blue 219

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

Shades of Wistful #AAA4DB

Tints of Wistful #AAA4DB

RGB

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

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

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

R = 30.74%
G = 29.66%
B = 39.6%

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

#AAA4DB (or 0xAAA4DB) is known color: Wistful. HEX triplet: AA, A4 and DB. RGB value is (170,164,219). Sum of RGB (Red+Green+Blue) = 170+164+219=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DB is #555B24. Grayscale: #ABABAB. Windows color (decimal): -5593893 or 14394538. OLE color: 14394538.

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

Color convert

RGB 170 164 219 -
CMYK 0.22 0.25 0 0.14
HSL 246.55º 0.43% 0.75% -
HSV(B) 246.55º 0.25% 0.86% -
XYZ 42.64 40.21 72.53 -
YUV 172.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 170 164 219 0.22 0.25 0 0.14 246.55 0.43 0.75
Hex AA A4 DB 16 19 0 E F7 2B 4B
Octal 252 244 333 26 31 0 16 367 53 113
Binary 10101010 10100100 11011011 10110 11001 0 1110 11110111 101011 1001011

Color Harmonies of #AAA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4DB

Black with #AAA4DB

Text Example


Text Example

White with #AAA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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