#A5A3EB

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

Shades of Wistful #A5A3EB

Tints of Wistful #A5A3EB

Color information

#A5A3EB (or 0xA5A3EB) is unknown color: approx Wistful. HEX triplet: A5, A3 and EB. RGB value is (165,163,235). Sum of RGB (Red+Green+Blue) = 165+163+235=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3EB is #5A5C14. Grayscale: #ABABAB. Windows color (decimal): -5921813 or 15442853. OLE color: 15442853.

HSL color Cylindrical-coordinate representation of color #A5A3EB: hue angle of 241.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A3EB is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165163235-
CMYK0.300.3100.08
HSL241.67º64.29%78.04%-
HSV(B)241.67º30.64%92.16%-
XYZ43.6140.1984.06-
YUV171.81163.66123.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=29.31%
G=28.95%
B=41.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651632350.300.3100.08241.6764.2978.04
HexA5A3EB1E1F08f2404e
Octal2452433533637010362100116
Binary1010010110100011111010111111011111010001111001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3EB; }

 p { color: rgb(165,163,235); }

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

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

 a { background-color: rgb(165,163,235); }

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

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

 span { border-color: rgb(165,163,235); }

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