Html Css Color HEX #AAA5EA Wistful

📋 copy color: '#AAA5EA'

red 170 ◦ green 165 ◦ blue 234

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

Shades of Wistful #AAA5EA

Tints of Wistful #AAA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 29.88%
G = 29%
B = 41.12%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAA5EA (or 0xAAA5EA) is known color: Wistful. HEX triplet: AA, A5 and EA. RGB value is (170,165,234). Sum of RGB (Red+Green+Blue) = 170+165+234=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EA is #555A15. Grayscale: #AEAEAE. Windows color (decimal): -5593622 or 15377834. OLE color: 15377834.

HSL color Cylindrical-coordinate representation of color #AAA5EA: hue angle of 244.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA5EA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 165 234 -
CMYK 0.27 0.29 0 0.08
HSL 244.35º 0.62% 0.78% -
HSV(B) 244.35º 0.29% 0.92% -
XYZ 44.88 41.4 83.47 -
YUV 174.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 170 165 234 0.27 0.29 0 0.08 244.35 0.62 0.78
Hex AA A5 EA 1B 1D 0 8 F4 3E 4E
Octal 252 245 352 33 35 0 10 364 76 116
Binary 10101010 10100101 11101010 11011 11101 0 1000 11110100 111110 1001110

Color Harmonies of #AAA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5EA

Black with #AAA5EA

Text Example


Text Example

White with #AAA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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