#A599EA

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

Shades of Wistful #A599EA

Tints of Wistful #A599EA

Color information

#A599EA (or 0xA599EA) is unknown color: approx Wistful. HEX triplet: A5, 99 and EA. RGB value is (165,153,234). Sum of RGB (Red+Green+Blue) = 165+153+234=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #A599EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599EA is #5A6615. Grayscale: #A5A5A5. Windows color (decimal): -5924374 or 15374757. OLE color: 15374757.

HSL color Cylindrical-coordinate representation of color #A599EA: hue angle of 248.89º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A599EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165153234-
CMYK0.290.3500.08
HSL248.89º65.85%75.88%-
HSV(B)248.89º34.62%91.76%-
XYZ41.7636.7282.73-
YUV165.82166.48127.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=29.89%
G=27.72%
B=42.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651532340.290.3500.08248.8965.8575.88
HexA599EA1D2308f9424c
Octal2452313523543010371102114
Binary10100101100110011110101011101100011010001111100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599EA; }

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

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

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

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

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

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

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

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