Html Css Color HEX #AAA5DD Wistful

📋 copy color: '#AAA5DD'

red 170 ◦ green 165 ◦ blue 221

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

Shades of Wistful #AAA5DD

Tints of Wistful #AAA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 30.58%
G = 29.68%
B = 39.75%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA5DD (or 0xAAA5DD) is known color: Wistful. HEX triplet: AA, A5 and DD. RGB value is (170,165,221). Sum of RGB (Red+Green+Blue) = 170+165+221=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5DD is #555A22. Grayscale: #ACACAC. Windows color (decimal): -5593635 or 14525866. OLE color: 14525866.

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

Color convert

RGB 170 165 221 -
CMYK 0.23 0.25 0 0.13
HSL 245.36º 0.45% 0.76% -
HSV(B) 245.36º 0.25% 0.87% -
XYZ 43.08 40.68 73.99 -
YUV 172.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 170 165 221 0.23 0.25 0 0.13 245.36 0.45 0.76
Hex AA A5 DD 17 19 0 D F5 2D 4C
Octal 252 245 335 27 31 0 15 365 55 114
Binary 10101010 10100101 11011101 10111 11001 0 1101 11110101 101101 1001100

Color Harmonies of #AAA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5DD

Black with #AAA5DD

Text Example


Text Example

White with #AAA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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