#A499D3

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

Shades of Wistful #A499D3

Tints of Wistful #A499D3

Color information

#A499D3 (or 0xA499D3) is unknown color: approx Wistful. HEX triplet: A4, 99 and D3. RGB value is (164,153,211). Sum of RGB (Red+Green+Blue) = 164+153+211=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #A499D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D3 is #5B662C. Grayscale: #A2A2A2. Windows color (decimal): -5989933 or 13867428. OLE color: 13867428.

HSL color Cylindrical-coordinate representation of color #A499D3: hue angle of 251.38º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A499D3 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164153211-
CMYK0.220.2700.17
HSL251.38º39.73%71.37%-
HSV(B)251.38º27.49%82.75%-
XYZ38.4635.3866.43-
YUV162.9155.14128.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=31.06%
G=28.98%
B=39.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641532110.220.2700.17251.3839.7371.37
HexA499D3161B011fb2847
Octal244231323263302137350107
Binary1010010010011001110100111011011011010001111110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499D3; }

 p { color: rgb(164,153,211); }

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

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

 a { background-color: rgb(164,153,211); }

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

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

 span { border-color: rgb(164,153,211); }

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