#A599ED

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

Shades of Wistful #A599ED

Tints of Wistful #A599ED

Color information

#A599ED (or 0xA599ED) is unknown color: approx Wistful. HEX triplet: A5, 99 and ED. RGB value is (165,153,237). Sum of RGB (Red+Green+Blue) = 165+153+237=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A599ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599ED is #5A6612. Grayscale: #A5A5A5. Windows color (decimal): -5924371 or 15571365. OLE color: 15571365.

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

Color convert

RGB165153237-
CMYK0.300.3500.07
HSL248.57º70%76.47%-
HSV(B)248.57º35.44%92.94%-
XYZ42.1936.985.02-
YUV166.16167.98127.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=29.73%
G=27.57%
B=42.70%

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
Decimal1651532370.300.3500.07248.577076.47
HexA599ED1E2307f9464c
Octal245231355364307371106114
Binary1010010110011001111011011111010001101111111100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599ED; }

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

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

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

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

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

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

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

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