#A599E0

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

Shades of Wistful #A599E0

Tints of Wistful #A599E0

Color information

#A599E0 (or 0xA599E0) is unknown color: approx Wistful. HEX triplet: A5, 99 and E0. RGB value is (165,153,224). Sum of RGB (Red+Green+Blue) = 165+153+224=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A599E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599E0 is #5A661F. Grayscale: #A4A4A4. Windows color (decimal): -5924384 or 14719397. OLE color: 14719397.

HSL color Cylindrical-coordinate representation of color #A599E0: hue angle of 250.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A599E0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165153224-
CMYK0.260.3200.12
HSL250.14º53.38%73.92%-
HSV(B)250.14º31.7%87.84%-
XYZ40.3636.1675.37-
YUV164.68161.48128.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=30.44%
G=28.23%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651532240.260.3200.12250.1453.3873.92
HexA599E01A200Cfa354a
Octal245231340324001437265112
Binary1010010110011001111000001101010000001100111110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599E0; }

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

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

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

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

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

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

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

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