#A599CA

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

Shades of Wistful #A599CA

Tints of Wistful #A599CA

Color information

#A599CA (or 0xA599CA) is unknown color: approx Wistful. HEX triplet: A5, 99 and CA. RGB value is (165,153,202). Sum of RGB (Red+Green+Blue) = 165+153+202=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A599CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CA is #5A6635. Grayscale: #A1A1A1. Windows color (decimal): -5924406 or 13277605. OLE color: 13277605.

HSL color Cylindrical-coordinate representation of color #A599CA: hue angle of 254.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A599CA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165153202-
CMYK0.180.2400.21
HSL254.69º31.61%69.61%-
HSV(B)254.69º24.26%79.22%-
XYZ37.5735.0560.66-
YUV162.17150.48130.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=31.73%
G=29.42%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651532020.180.2400.21254.6931.6169.61
HexA599CA1218015ff2046
Octal245231312223002537740106
Binary1010010110011001110010101001011000010101111111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CA; }

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

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

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

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

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

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

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

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