#A5A1E8

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

Shades of Wistful #A5A1E8

Tints of Wistful #A5A1E8

Color information

#A5A1E8 (or 0xA5A1E8) is unknown color: approx Wistful. HEX triplet: A5, A1 and E8. RGB value is (165,161,232). Sum of RGB (Red+Green+Blue) = 165+161+232=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5A1E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A1E8 is #5A5E17. Grayscale: #AAAAAA. Windows color (decimal): -5922328 or 15245733. OLE color: 15245733.

HSL color Cylindrical-coordinate representation of color #A5A1E8: hue angle of 243.38º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A1E8 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165161232-
CMYK0.290.3100.09
HSL243.38º60.68%77.06%-
HSV(B)243.38º30.6%90.98%-
XYZ42.8339.3281.68-
YUV170.29162.83124.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=29.57%
G=28.85%
B=41.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651612320.290.3100.09243.3860.6877.06
HexA5A1E81D1F09f33d4d
Octal245241350353701136375115
Binary101001011010000111101000111011111101001111100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1E8; }

 p { color: rgb(165,161,232); }

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

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

 a { background-color: rgb(165,161,232); }

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

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

 span { border-color: rgb(165,161,232); }

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