#A59CC1

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

Shades of Wistful #A59CC1

Tints of Wistful #A59CC1

Color information

#A59CC1 (or 0xA59CC1) is unknown color: approx Wistful. HEX triplet: A5, 9C and C1. RGB value is (165,156,193). Sum of RGB (Red+Green+Blue) = 165+156+193=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A59CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CC1 is #5A633E. Grayscale: #A2A2A2. Windows color (decimal): -5923647 or 12688549. OLE color: 12688549.

HSL color Cylindrical-coordinate representation of color #A59CC1: hue angle of 254.59º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59CC1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165156193-
CMYK0.150.1900.24
HSL254.59º22.98%68.43%-
HSV(B)254.59º19.17%75.69%-
XYZ37.0335.6355.38-
YUV162.91144.98129.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=32.10%
G=30.35%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651561930.150.1900.24254.5922.9868.43
HexA59CC1F13018ff1744
Octal245234301172303037727104
Binary10100101100111001100000111111001101100011111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CC1; }

 p { color: rgb(165,156,193); }

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

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

 a { background-color: rgb(165,156,193); }

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

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

 span { border-color: rgb(165,156,193); }

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