#A599CF

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

Shades of Wistful #A599CF

Tints of Wistful #A599CF

Color information

#A599CF (or 0xA599CF) is unknown color: approx Wistful. HEX triplet: A5, 99 and CF. RGB value is (165,153,207). Sum of RGB (Red+Green+Blue) = 165+153+207=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A599CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CF is #5A6630. Grayscale: #A2A2A2. Windows color (decimal): -5924401 or 13605285. OLE color: 13605285.

HSL color Cylindrical-coordinate representation of color #A599CF: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A599CF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165153207-
CMYK0.200.2600.19
HSL253.33º36%70.59%-
HSV(B)253.33º26.09%81.18%-
XYZ38.1735.2963.83-
YUV162.74152.98129.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=31.43%
G=29.14%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651532070.200.2600.19253.333670.59
HexA599CF141A013fd2447
Octal245231317243202337544107
Binary1010010110011001110011111010011010010011111111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CF; }

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

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

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

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

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

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

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

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