#A599DC

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

Shades of Wistful #A599DC

Tints of Wistful #A599DC

Color information

#A599DC (or 0xA599DC) is unknown color: approx Wistful. HEX triplet: A5, 99 and DC. RGB value is (165,153,220). Sum of RGB (Red+Green+Blue) = 165+153+220=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A599DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599DC is #5A6623. Grayscale: #A3A3A3. Windows color (decimal): -5924388 or 14457253. OLE color: 14457253.

HSL color Cylindrical-coordinate representation of color #A599DC: hue angle of 250.75º degrees, saturation: 0.49, 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 #A599DC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165153220-
CMYK0.250.3000.14
HSL250.75º48.91%73.14%-
HSV(B)250.75º30.45%86.27%-
XYZ39.8335.9572.55-
YUV164.23159.48128.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=30.67%
G=28.44%
B=40.89%

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
Decimal1651532200.250.3000.14250.7548.9173.14
HexA599DC191E0Efb3149
Octal245231334313601637361111
Binary101001011001100111011100110011111001110111110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599DC; }

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

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

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

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

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

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

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

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