#A497DB

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

Shades of Wistful #A497DB

Tints of Wistful #A497DB

Color information

#A497DB (or 0xA497DB) is unknown color: approx Wistful. HEX triplet: A4, 97 and DB. RGB value is (164,151,219). Sum of RGB (Red+Green+Blue) = 164+151+219=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A497DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DB is #5B6824. Grayscale: #A2A2A2. Windows color (decimal): -5990437 or 14391204. OLE color: 14391204.

HSL color Cylindrical-coordinate representation of color #A497DB: hue angle of 251.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A497DB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164151219-
CMYK0.250.3100.14
HSL251.47º48.57%72.55%-
HSV(B)251.47º31.05%85.88%-
XYZ39.1635.1471.74-
YUV162.64159.81128.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=30.71%
G=28.28%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641512190.250.3100.14251.4748.5772.55
HexA497DB191F0Efb3149
Octal244227333313701637361111
Binary101001001001011111011011110011111101110111110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497DB; }

 p { color: rgb(164,151,219); }

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

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

 a { background-color: rgb(164,151,219); }

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

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

 span { border-color: rgb(164,151,219); }

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