#A59AC7

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

Shades of Wistful #A59AC7

Tints of Wistful #A59AC7

Color information

#A59AC7 (or 0xA59AC7) is unknown color: approx Wistful. HEX triplet: A5, 9A and C7. RGB value is (165,154,199). Sum of RGB (Red+Green+Blue) = 165+154+199=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #A59AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AC7 is #5A6538. Grayscale: #A2A2A2. Windows color (decimal): -5924153 or 13081253. OLE color: 13081253.

HSL color Cylindrical-coordinate representation of color #A59AC7: hue angle of 254.67º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59AC7 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165154199-
CMYK0.170.2300.22
HSL254.67º28.66%69.22%-
HSV(B)254.67º22.61%78.04%-
XYZ37.3835.2358.86-
YUV162.42148.64129.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=31.85%
G=29.73%
B=38.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651541990.170.2300.22254.6728.6669.22
HexA59AC71117016ff1d45
Octal245232307212702637735105
Binary101001011001101011000111100011011101011011111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AC7; }

 p { color: rgb(165,154,199); }

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

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

 a { background-color: rgb(165,154,199); }

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

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

 span { border-color: rgb(165,154,199); }

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