#A5A0F1

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

Shades of Wistful #A5A0F1

Tints of Wistful #A5A0F1

Color information

#A5A0F1 (or 0xA5A0F1) is unknown color: approx Wistful. HEX triplet: A5, A0 and F1. RGB value is (165,160,241). Sum of RGB (Red+Green+Blue) = 165+160+241=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5A0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A0F1 is #5A5F0E. Grayscale: #AAAAAA. Windows color (decimal): -5922575 or 15835301. OLE color: 15835301.

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

Color convert

RGB165160241-
CMYK0.320.3400.05
HSL243.7º74.31%78.63%-
HSV(B)243.7º33.61%94.51%-
XYZ43.9739.4988.52-
YUV170.73167.66123.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=29.15%
G=28.27%
B=42.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651602410.320.3400.05243.774.3178.63
HexA5A0F1202205f44a4f
Octal245240361404205364112117
Binary10100101101000001111000110000010001001011111010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0F1; }

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

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

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

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

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

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

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

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