#AAA3D5

Color #AAA3D5 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #AAA3D5

Tints of Wistful #AAA3D5

Color information

#AAA3D5 (or 0xAAA3D5) is unknown color: approx Wistful. HEX triplet: AA, A3 and D5. RGB value is (170,163,213). Sum of RGB (Red+Green+Blue) = 170+163+213=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA3D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3D5 is #555C2A. Grayscale: #AAAAAA. Windows color (decimal): -5594155 or 14001066. OLE color: 14001066.

HSL color Cylindrical-coordinate representation of color #AAA3D5: hue angle of 248.4º degrees, saturation: 0.37, 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 #AAA3D5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170163213-
CMYK0.200.2300.16
HSL248.4º37.31%73.73%-
HSV(B)248.4º23.47%83.53%-
XYZ41.6939.5468.39-
YUV170.79151.82127.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=31.14%
G=29.85%
B=39.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701632130.200.2300.16248.437.3173.73
HexAAA3D51417010f8254a
Octal252243325242702037045112
Binary1010101010100011110101011010010111010000111110001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3D5; }

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

 H1.HeaderClassName
 {
   color: #AAA3D5;
 }
 .AnyTagClassName
 {
   color: #AAA3D5;
 }
</style>
background-color css

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

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

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

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

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

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