#A59CCD

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

Shades of Wistful #A59CCD

Tints of Wistful #A59CCD

Color information

#A59CCD (or 0xA59CCD) is unknown color: approx Wistful. HEX triplet: A5, 9C and CD. RGB value is (165,156,205). Sum of RGB (Red+Green+Blue) = 165+156+205=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCD is #5A6332. Grayscale: #A4A4A4. Windows color (decimal): -5923635 or 13474981. OLE color: 13474981.

HSL color Cylindrical-coordinate representation of color #A59CCD: hue angle of 251.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59CCD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165156205-
CMYK0.200.2400.20
HSL251.02º32.89%70.78%-
HSV(B)251.02º23.9%80.39%-
XYZ38.4236.1862.72-
YUV164.28150.98128.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=31.37%
G=29.66%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651562050.200.2400.20251.0232.8970.78
HexA59CCD1418014fb2147
Octal245234315243002437341107
Binary1010010110011100110011011010011000010100111110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CCD; }

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

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

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

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

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

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

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

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