#A599E5

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

Shades of Wistful #A599E5

Tints of Wistful #A599E5

Color information

#A599E5 (or 0xA599E5) is unknown color: approx Wistful. HEX triplet: A5, 99 and E5. RGB value is (165,153,229). Sum of RGB (Red+Green+Blue) = 165+153+229=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #A599E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599E5 is #5A661A. Grayscale: #A4A4A4. Windows color (decimal): -5924379 or 15047077. OLE color: 15047077.

HSL color Cylindrical-coordinate representation of color #A599E5: hue angle of 249.47º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A599E5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165153229-
CMYK0.280.3300.10
HSL249.47º59.38%74.9%-
HSV(B)249.47º33.19%89.8%-
XYZ41.0536.4479-
YUV165.25163.98127.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=30.16%
G=27.97%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651532290.280.3300.10249.4759.3874.9
HexA599E51C210Af93b4b
Octal245231345344101237173113
Binary1010010110011001111001011110010000101010111110011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599E5; }

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

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

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

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

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

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

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

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