#A59CCB

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

Shades of Wistful #A59CCB

Tints of Wistful #A59CCB

Color information

#A59CCB (or 0xA59CCB) is unknown color: approx Wistful. HEX triplet: A5, 9C and CB. RGB value is (165,156,203). Sum of RGB (Red+Green+Blue) = 165+156+203=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCB is #5A6334. Grayscale: #A3A3A3. Windows color (decimal): -5923637 or 13343909. OLE color: 13343909.

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

Color convert

RGB165156203-
CMYK0.190.2300.20
HSL251.49º31.13%70.39%-
HSV(B)251.49º23.15%79.61%-
XYZ38.1936.0961.45-
YUV164.05149.98128.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=31.49%
G=29.77%
B=38.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651562030.190.2300.20251.4931.1370.39
HexA59CCB1317014fb1f46
Octal245234313232702437337106
Binary101001011001110011001011100111011101010011111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CCB; }

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

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

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

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

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

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

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

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