#A599CE

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

Shades of Wistful #A599CE

Tints of Wistful #A599CE

Color information

#A599CE (or 0xA599CE) is unknown color: approx Wistful. HEX triplet: A5, 99 and CE. RGB value is (165,153,206). Sum of RGB (Red+Green+Blue) = 165+153+206=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A599CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CE is #5A6631. Grayscale: #A2A2A2. Windows color (decimal): -5924402 or 13539749. OLE color: 13539749.

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

Color convert

RGB165153206-
CMYK0.200.2600.19
HSL253.58º35.1%70.39%-
HSV(B)253.58º25.73%80.78%-
XYZ38.0535.2463.19-
YUV162.63152.48129.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=31.49%
G=29.20%
B=39.31%

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
Decimal1651532060.200.2600.19253.5835.170.39
HexA599CE141A013fe2346
Octal245231316243202337643106
Binary1010010110011001110011101010011010010011111111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CE; }

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

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

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

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

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

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

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

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