#A499D5

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

Shades of Wistful #A499D5

Tints of Wistful #A499D5

Color information

#A499D5 (or 0xA499D5) is unknown color: approx Wistful. HEX triplet: A4, 99 and D5. RGB value is (164,153,213). Sum of RGB (Red+Green+Blue) = 164+153+213=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #A499D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D5 is #5B662A. Grayscale: #A2A2A2. Windows color (decimal): -5989931 or 13998500. OLE color: 13998500.

HSL color Cylindrical-coordinate representation of color #A499D5: hue angle of 251º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A499D5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164153213-
CMYK0.230.2800.16
HSL251º41.67%71.76%-
HSV(B)251º28.17%83.53%-
XYZ38.7135.4867.76-
YUV163.13156.14128.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=30.94%
G=28.87%
B=40.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641532130.230.2800.1625141.6771.76
HexA499D5171C010fb2a48
Octal244231325273402037352110
Binary1010010010011001110101011011111100010000111110111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499D5; }

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

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

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

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

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

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

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

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