#A59AFA

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

Shades of Wistful #A59AFA

Tints of Wistful #A59AFA

Color information

#A59AFA (or 0xA59AFA) is unknown color: approx Wistful. HEX triplet: A5, 9A and FA. RGB value is (165,154,250). Sum of RGB (Red+Green+Blue) = 165+154+250=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #A59AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AFA is #5A6505. Grayscale: #A7A7A7. Windows color (decimal): -5924102 or 16423589. OLE color: 16423589.

HSL color Cylindrical-coordinate representation of color #A59AFA: hue angle of 246.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59AFA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165154250-
CMYK0.340.3800.02
HSL246.88º90.57%79.22%-
HSV(B)246.88º38.4%98.04%-
XYZ44.3338.0195.44-
YUV168.23174.14125.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=29.00%
G=27.07%
B=43.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651542500.340.3800.02246.8890.5779.22
HexA59AFA222602f75b4f
Octal245232372424602367133117
Binary1010010110011010111110101000101001100101111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AFA; }

 p { color: rgb(165,154,250); }

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

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

 a { background-color: rgb(165,154,250); }

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

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

 span { border-color: rgb(165,154,250); }

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