#A496DB

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

Shades of Wistful #A496DB

Tints of Wistful #A496DB

Color information

#A496DB (or 0xA496DB) is unknown color: approx Wistful. HEX triplet: A4, 96 and DB. RGB value is (164,150,219). Sum of RGB (Red+Green+Blue) = 164+150+219=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A496DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496DB is #5B6924. Grayscale: #A1A1A1. Windows color (decimal): -5990693 or 14390948. OLE color: 14390948.

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

Color convert

RGB164150219-
CMYK0.250.3200.14
HSL252.17º48.94%72.35%-
HSV(B)252.17º31.51%85.88%-
XYZ3934.8271.68-
YUV162.05160.14129.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=30.77%
G=28.14%
B=41.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641502190.250.3200.14252.1748.9472.35
HexA496DB19200Efc3148
Octal244226333314001637461110
Binary1010010010010110110110111100110000001110111111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496DB; }

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

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

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

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

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

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

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

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