#A5A2E8

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

Shades of Wistful #A5A2E8

Tints of Wistful #A5A2E8

Color information

#A5A2E8 (or 0xA5A2E8) is unknown color: approx Wistful. HEX triplet: A5, A2 and E8. RGB value is (165,162,232). Sum of RGB (Red+Green+Blue) = 165+162+232=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5A2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A2E8 is #5A5D17. Grayscale: #AAAAAA. Windows color (decimal): -5922072 or 15245989. OLE color: 15245989.

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

Color convert

RGB165162232-
CMYK0.290.3000.09
HSL242.57º60.34%77.25%-
HSV(B)242.57º30.17%90.98%-
XYZ4339.6781.73-
YUV170.88162.49123.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=29.52%
G=28.98%
B=41.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651622320.290.3000.09242.5760.3477.25
HexA5A2E81D1E09f33c4d
Octal245242350353601136374115
Binary101001011010001011101000111011111001001111100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2E8; }

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

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

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

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

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

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

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

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