#A599CC

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

Shades of Wistful #A599CC

Tints of Wistful #A599CC

Color information

#A599CC (or 0xA599CC) is unknown color: approx Wistful. HEX triplet: A5, 99 and CC. RGB value is (165,153,204). Sum of RGB (Red+Green+Blue) = 165+153+204=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A599CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CC is #5A6633. Grayscale: #A2A2A2. Windows color (decimal): -5924404 or 13408677. OLE color: 13408677.

HSL color Cylindrical-coordinate representation of color #A599CC: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A599CC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165153204-
CMYK0.190.2500.2
HSL254.12º33.33%70%-
HSV(B)254.12º25%80%-
XYZ37.8135.1461.92-
YUV162.4151.48129.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=31.61%
G=29.31%
B=39.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651532040.190.2500.2254.1233.3370
HexA599CC1319014fe2146
Octal245231314233102437641106
Binary1010010110011001110011001001111001010100111111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CC; }

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

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

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

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

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

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

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

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