#A8A9DB

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

Shades of Wistful #A8A9DB

Tints of Wistful #A8A9DB

Color information

#A8A9DB (or 0xA8A9DB) is unknown color: approx Wistful. HEX triplet: A8, A9 and DB. RGB value is (168,169,219). Sum of RGB (Red+Green+Blue) = 168+169+219=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9DB is #575624. Grayscale: #AEAEAE. Windows color (decimal): -5723685 or 14395816. OLE color: 14395816.

HSL color Cylindrical-coordinate representation of color #A8A9DB: hue angle of 238.82º 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 #A8A9DB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168169219-
CMYK0.230.2300.14
HSL238.82º41.46%75.88%-
HSV(B)238.82º23.29%85.88%-
XYZ43.1241.8272.82-
YUV174.4153.17123.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=30.22%
G=30.40%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681692190.230.2300.14238.8241.4675.88
HexA8A9DB17170Eef294c
Octal250251333272701635751114
Binary101010001010100111011011101111011101110111011111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9DB; }

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

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

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

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

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

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

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

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