Html Css Color HEX #AAA5DF Wistful

📋 copy color: '#AAA5DF'

red 170 ◦ green 165 ◦ blue 223

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

Shades of Wistful #AAA5DF

Tints of Wistful #AAA5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 30.47%
G = 29.57%
B = 39.96%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA5DF (or 0xAAA5DF) is known color: Wistful. HEX triplet: AA, A5 and DF. RGB value is (170,165,223). Sum of RGB (Red+Green+Blue) = 170+165+223=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5DF is #555A20. Grayscale: #ACACAC. Windows color (decimal): -5593633 or 14656938. OLE color: 14656938.

HSL color Cylindrical-coordinate representation of color #AAA5DF: hue angle of 245.17º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA5DF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 165 223 -
CMYK 0.24 0.26 0 0.13
HSL 245.17º 0.48% 0.76% -
HSV(B) 245.17º 0.26% 0.87% -
XYZ 43.35 40.78 75.4 -
YUV 173.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 170 165 223 0.24 0.26 0 0.13 245.17 0.48 0.76
Hex AA A5 DF 18 1A 0 D F5 30 4C
Octal 252 245 337 30 32 0 15 365 60 114
Binary 10101010 10100101 11011111 11000 11010 0 1101 11110101 110000 1001100

Color Harmonies of #AAA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5DF

Black with #AAA5DF

Text Example


Text Example

White with #AAA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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