#A59DF1

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

Shades of Wistful #A59DF1

Tints of Wistful #A59DF1

Color information

#A59DF1 (or 0xA59DF1) is unknown color: approx Wistful. HEX triplet: A5, 9D and F1. RGB value is (165,157,241). Sum of RGB (Red+Green+Blue) = 165+157+241=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #A59DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF1 is #5A620E. Grayscale: #A8A8A8. Windows color (decimal): -5923343 or 15834533. OLE color: 15834533.

HSL color Cylindrical-coordinate representation of color #A59DF1: hue angle of 245.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59DF1 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165157241-
CMYK0.320.3500.05
HSL245.71º75%78.04%-
HSV(B)245.71º34.85%94.51%-
XYZ43.4538.4688.35-
YUV168.97168.65125.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=29.31%
G=27.89%
B=42.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651572410.320.3500.05245.717578.04
HexA59DF1202305f64b4e
Octal245235361404305366113116
Binary10100101100111011111000110000010001101011111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DF1; }

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

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

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

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

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

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

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

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