#A8AAD5

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

Shades of Wistful #A8AAD5

Tints of Wistful #A8AAD5

Color information

#A8AAD5 (or 0xA8AAD5) is unknown color: approx Wistful. HEX triplet: A8, AA and D5. RGB value is (168,170,213). Sum of RGB (Red+Green+Blue) = 168+170+213=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAD5 is #57552A. Grayscale: #AEAEAE. Windows color (decimal): -5723435 or 14002856. OLE color: 14002856.

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

Color convert

RGB168170213-
CMYK0.210.2000.16
HSL237.33º34.88%74.71%-
HSV(B)237.33º21.13%83.53%-
XYZ42.5341.8868.79-
YUV174.3149.84123.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=30.49%
G=30.85%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681702130.210.2000.16237.3334.8874.71
HexA8AAD51514010ed234b
Octal250252325252402035543113
Binary1010100010101010110101011010110100010000111011011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAD5; }

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

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

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

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

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

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

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

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