Html Css Color HEX #AAA8DA Wistful

📋 copy color: '#AAA8DA'

red 170 ◦ green 168 ◦ blue 218

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

Shades of Wistful #AAA8DA

Tints of Wistful #AAA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 30.58%
G = 30.22%
B = 39.21%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAA8DA (or 0xAAA8DA) is known color: Wistful. HEX triplet: AA, A8 and DA. RGB value is (170,168,218). Sum of RGB (Red+Green+Blue) = 170+168+218=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8DA is #555725. Grayscale: #AEAEAE. Windows color (decimal): -5592870 or 14330026. OLE color: 14330026.

HSL color Cylindrical-coordinate representation of color #AAA8DA: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA8DA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 168 218 -
CMYK 0.22 0.23 0 0.15
HSL 242.4º 0.4% 0.76% -
HSV(B) 242.4º 0.23% 0.85% -
XYZ 43.24 41.61 72.08 -
YUV 174.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 170 168 218 0.22 0.23 0 0.15 242.4 0.4 0.76
Hex AA A8 DA 16 17 0 F F2 28 4C
Octal 252 250 332 26 27 0 17 362 50 114
Binary 10101010 10101000 11011010 10110 10111 0 1111 11110010 101000 1001100

Color Harmonies of #AAA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA8DA

Black with #AAA8DA

Text Example


Text Example

White with #AAA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA8DA; }

 p { color: rgb(170,168,218); }

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

background-color css

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

 a { background-color: rgb(170,168,218); }

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

border-color css

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

 span { border-color: rgb(170,168,218); }

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