#A599DB

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

Shades of Wistful #A599DB

Tints of Wistful #A599DB

Color information

#A599DB (or 0xA599DB) is unknown color: approx Wistful. HEX triplet: A5, 99 and DB. RGB value is (165,153,219). Sum of RGB (Red+Green+Blue) = 165+153+219=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A599DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599DB is #5A6624. Grayscale: #A3A3A3. Windows color (decimal): -5924389 or 14391717. OLE color: 14391717.

HSL color Cylindrical-coordinate representation of color #A599DB: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A599DB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165153219-
CMYK0.250.3000.14
HSL250.91º47.83%72.94%-
HSV(B)250.91º30.14%85.88%-
XYZ39.6935.971.85-
YUV164.11158.98128.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=30.73%
G=28.49%
B=40.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651532190.250.3000.14250.9147.8372.94
HexA599DB191E0Efb3049
Octal245231333313601637360111
Binary101001011001100111011011110011111001110111110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599DB; }

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

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

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

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

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

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

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

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