#A5A8D0

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

Shades of Wistful #A5A8D0

Tints of Wistful #A5A8D0

Color information

#A5A8D0 (or 0xA5A8D0) is unknown color: approx Wistful. HEX triplet: A5, A8 and D0. RGB value is (165,168,208). Sum of RGB (Red+Green+Blue) = 165+168+208=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8D0 is #5A572F. Grayscale: #ABABAB. Windows color (decimal): -5920560 or 13674661. OLE color: 13674661.

HSL color Cylindrical-coordinate representation of color #A5A8D0: hue angle of 235.81º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5A8D0 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165168208-
CMYK0.210.1900.18
HSL235.81º31.39%73.14%-
HSV(B)235.81º20.67%81.57%-
XYZ40.940.5665.35-
YUV171.66148.51123.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=30.50%
G=31.05%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651682080.210.1900.18235.8131.3973.14
HexA5A8D01513012ec1f49
Octal245250320252302235437111
Binary101001011010100011010000101011001101001011101100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8D0; }

 p { color: rgb(165,168,208); }

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

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

 a { background-color: rgb(165,168,208); }

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

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

 span { border-color: rgb(165,168,208); }

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