Html Css Color HEX #AAA0ED Wistful

📋 copy color: '#AAA0ED'

red 170 ◦ green 160 ◦ blue 237

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

Shades of Wistful #AAA0ED

Tints of Wistful #AAA0ED

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.22%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 29.98%
G = 28.22%
B = 41.8%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA0ED (or 0xAAA0ED) is known color: Wistful. HEX triplet: AA, A0 and ED. RGB value is (170,160,237). Sum of RGB (Red+Green+Blue) = 170+160+237=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0ED is #555F12. Grayscale: #ABABAB. Windows color (decimal): -5594899 or 15573162. OLE color: 15573162.

HSL color Cylindrical-coordinate representation of color #AAA0ED: hue angle of 247.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA0ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 160 237 -
CMYK 0.28 0.32 0 0.07
HSL 247.79º 0.68% 0.78% -
HSV(B) 247.79º 0.32% 0.93% -
XYZ 44.43 39.8 85.46 -
YUV 171.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 170 160 237 0.28 0.32 0 0.07 247.79 0.68 0.78
Hex AA A0 ED 1C 20 0 7 F8 44 4E
Octal 252 240 355 34 40 0 7 370 104 116
Binary 10101010 10100000 11101101 11100 100000 0 111 11111000 1000100 1001110

Color Harmonies of #AAA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0ED

Black with #AAA0ED

Text Example


Text Example

White with #AAA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0ED; }

 p { color: rgb(170,160,237); }

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

background-color css

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

 a { background-color: rgb(170,160,237); }

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

border-color css

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

 span { border-color: rgb(170,160,237); }

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