Html Css Color HEX #AAA3E5 Wistful

📋 copy color: '#AAA3E5'

red 170 ◦ green 163 ◦ blue 229

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

Shades of Wistful #AAA3E5

Tints of Wistful #AAA3E5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 30.25%
G = 29%
B = 40.75%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAA3E5 (or 0xAAA3E5) is known color: Wistful. HEX triplet: AA, A3 and E5. RGB value is (170,163,229). Sum of RGB (Red+Green+Blue) = 170+163+229=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAA3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3E5 is #555C1A. Grayscale: #ACACAC. Windows color (decimal): -5594139 or 15049642. OLE color: 15049642.

HSL color Cylindrical-coordinate representation of color #AAA3E5: hue angle of 246.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA3E5 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 163 229 -
CMYK 0.26 0.29 0 0.10
HSL 246.36º 0.56% 0.77% -
HSV(B) 246.36º 0.29% 0.9% -
XYZ 43.82 40.4 79.62 -
YUV 172.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 170 163 229 0.26 0.29 0 0.10 246.36 0.56 0.77
Hex AA A3 E5 1A 1D 0 A F6 38 4D
Octal 252 243 345 32 35 0 12 366 70 115
Binary 10101010 10100011 11100101 11010 11101 0 1010 11110110 111000 1001101

Color Harmonies of #AAA3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA3E5

Black with #AAA3E5

Text Example


Text Example

White with #AAA3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA3E5; }

 p { color: rgb(170,163,229); }

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

background-color css

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

 a { background-color: rgb(170,163,229); }

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

border-color css

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

 span { border-color: rgb(170,163,229); }

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