#A499ED

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

Shades of Wistful #A499ED

Tints of Wistful #A499ED

Color information

#A499ED (or 0xA499ED) is unknown color: approx Wistful. HEX triplet: A4, 99 and ED. RGB value is (164,153,237). Sum of RGB (Red+Green+Blue) = 164+153+237=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #A499ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499ED is #5B6612. Grayscale: #A5A5A5. Windows color (decimal): -5989907 or 15571364. OLE color: 15571364.

HSL color Cylindrical-coordinate representation of color #A499ED: hue angle of 247.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A499ED is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164153237-
CMYK0.310.3500.07
HSL247.86º70%76.47%-
HSV(B)247.86º35.44%92.94%-
XYZ41.9936.7985.01-
YUV165.86168.14126.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=29.60%
G=27.62%
B=42.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641532370.310.3500.07247.867076.47
HexA499ED1F2307f8464c
Octal244231355374307370106114
Binary1010010010011001111011011111110001101111111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499ED; }

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

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

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

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

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

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

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

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