#A5A0D1

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

Shades of Wistful #A5A0D1

Tints of Wistful #A5A0D1

Color information

#A5A0D1 (or 0xA5A0D1) is unknown color: approx Wistful. HEX triplet: A5, A0 and D1. RGB value is (165,160,209). Sum of RGB (Red+Green+Blue) = 165+160+209=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #A5A0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0D1 is #5A5F2E. Grayscale: #A6A6A6. Windows color (decimal): -5922607 or 13738149. OLE color: 13738149.

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

Color convert

RGB165160209-
CMYK0.210.2300.18
HSL246.12º34.75%72.35%-
HSV(B)246.12º23.44%81.96%-
XYZ39.637.7465.52-
YUV167.08151.66126.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=30.90%
G=29.96%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651602090.210.2300.18246.1234.7572.35
HexA5A0D11517012f62348
Octal245240321252702236643110
Binary1010010110100000110100011010110111010010111101101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0D1; }

 p { color: rgb(165,160,209); }

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

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

 a { background-color: rgb(165,160,209); }

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

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

 span { border-color: rgb(165,160,209); }

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