Html Css Color HEX #AAA5D5 Wistful

📋 copy color: '#AAA5D5'

red 170 ◦ green 165 ◦ blue 213

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

Shades of Wistful #AAA5D5

Tints of Wistful #AAA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 31.02%
G = 30.11%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAA5D5 (or 0xAAA5D5) is known color: Wistful. HEX triplet: AA, A5 and D5. RGB value is (170,165,213). Sum of RGB (Red+Green+Blue) = 170+165+213=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA5D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5D5 is #555A2A. Grayscale: #ABABAB. Windows color (decimal): -5593643 or 14001578. OLE color: 14001578.

HSL color Cylindrical-coordinate representation of color #AAA5D5: hue angle of 246.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA5D5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 165 213 -
CMYK 0.20 0.23 0 0.16
HSL 246.25º 0.36% 0.74% -
HSV(B) 246.25º 0.23% 0.84% -
XYZ 42.04 40.26 68.51 -
YUV 171.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 170 165 213 0.20 0.23 0 0.16 246.25 0.36 0.74
Hex AA A5 D5 14 17 0 10 F6 24 4A
Octal 252 245 325 24 27 0 20 366 44 112
Binary 10101010 10100101 11010101 10100 10111 0 10000 11110110 100100 1001010

Color Harmonies of #AAA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5D5

Black with #AAA5D5

Text Example


Text Example

White with #AAA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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