#A5A2E5

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

Shades of Wistful #A5A2E5

Tints of Wistful #A5A2E5

Color information

#A5A2E5 (or 0xA5A2E5) is unknown color: approx Wistful. HEX triplet: A5, A2 and E5. RGB value is (165,162,229). Sum of RGB (Red+Green+Blue) = 165+162+229=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2E5 is #5A5D1A. Grayscale: #AAAAAA. Windows color (decimal): -5922075 or 15049381. OLE color: 15049381.

HSL color Cylindrical-coordinate representation of color #A5A2E5: hue angle of 242.69º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A2E5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165162229-
CMYK0.280.2900.10
HSL242.69º56.3%76.67%-
HSV(B)242.69º29.26%89.8%-
XYZ42.5839.579.51-
YUV170.54160.99124.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=29.68%
G=29.14%
B=41.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651622290.280.2900.10242.6956.376.67
HexA5A2E51C1D0Af3384d
Octal245242345343501236370115
Binary101001011010001011100101111001110101010111100111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2E5; }

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

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

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

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

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

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

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

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