#A599EC

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

Shades of Wistful #A599EC

Tints of Wistful #A599EC

Color information

#A599EC (or 0xA599EC) is unknown color: approx Wistful. HEX triplet: A5, 99 and EC. RGB value is (165,153,236). Sum of RGB (Red+Green+Blue) = 165+153+236=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A599EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599EC is #5A6613. Grayscale: #A5A5A5. Windows color (decimal): -5924372 or 15505829. OLE color: 15505829.

HSL color Cylindrical-coordinate representation of color #A599EC: hue angle of 248.67º degrees, saturation: 0.69, 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 #A599EC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165153236-
CMYK0.300.3500.07
HSL248.67º68.6%76.27%-
HSV(B)248.67º35.17%92.55%-
XYZ42.0536.8484.25-
YUV166.05167.48127.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=29.78%
G=27.62%
B=42.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651532360.300.3500.07248.6768.676.27
HexA599EC1E2307f9454c
Octal245231354364307371105114
Binary1010010110011001111011001111010001101111111100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599EC; }

 p { color: rgb(165,153,236); }

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

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

 a { background-color: rgb(165,153,236); }

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

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

 span { border-color: rgb(165,153,236); }

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