#A59DD0

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

Shades of Wistful #A59DD0

Tints of Wistful #A59DD0

Color information

#A59DD0 (or 0xA59DD0) is unknown color: approx Wistful. HEX triplet: A5, 9D and D0. RGB value is (165,157,208). Sum of RGB (Red+Green+Blue) = 165+157+208=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #A59DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DD0 is #5A622F. Grayscale: #A5A5A5. Windows color (decimal): -5923376 or 13671845. OLE color: 13671845.

HSL color Cylindrical-coordinate representation of color #A59DD0: hue angle of 249.41º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59DD0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165157208-
CMYK0.210.2500.18
HSL249.41º35.17%71.57%-
HSV(B)249.41º24.52%81.57%-
XYZ38.9636.6764.7-
YUV165.21152.15127.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=31.13%
G=29.62%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651572080.210.2500.18249.4135.1771.57
HexA59DD01519012f92348
Octal245235320253102237143110
Binary1010010110011101110100001010111001010010111110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DD0; }

 p { color: rgb(165,157,208); }

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

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

 a { background-color: rgb(165,157,208); }

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

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

 span { border-color: rgb(165,157,208); }

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