#A8AADB

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

Shades of Wistful #A8AADB

Tints of Wistful #A8AADB

Color information

#A8AADB (or 0xA8AADB) is unknown color: approx Wistful. HEX triplet: A8, AA and DB. RGB value is (168,170,219). Sum of RGB (Red+Green+Blue) = 168+170+219=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AADB is #575524. Grayscale: #AEAEAE. Windows color (decimal): -5723429 or 14396072. OLE color: 14396072.

HSL color Cylindrical-coordinate representation of color #A8AADB: hue angle of 237.65º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8AADB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168170219-
CMYK0.230.2200.14
HSL237.65º41.46%75.88%-
HSV(B)237.65º23.29%85.88%-
XYZ43.3142.1972.88-
YUV174.99152.84123.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=30.16%
G=30.52%
B=39.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681702190.230.2200.14237.6541.4675.88
HexA8AADB17160Eee294c
Octal250252333272601635651114
Binary101010001010101011011011101111011001110111011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AADB; }

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

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

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

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

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

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

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

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