#A5A2E3

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

Shades of Wistful #A5A2E3

Tints of Wistful #A5A2E3

Color information

#A5A2E3 (or 0xA5A2E3) is unknown color: approx Wistful. HEX triplet: A5, A2 and E3. RGB value is (165,162,227). Sum of RGB (Red+Green+Blue) = 165+162+227=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5A2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2E3 is #5A5D1C. Grayscale: #AAAAAA. Windows color (decimal): -5922077 or 14918309. OLE color: 14918309.

HSL color Cylindrical-coordinate representation of color #A5A2E3: hue angle of 242.77º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A2E3 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165162227-
CMYK0.270.2900.11
HSL242.77º53.72%76.27%-
HSV(B)242.77º28.63%89.02%-
XYZ42.339.3978.05-
YUV170.31159.99124.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 227 (89.06% from 255) = 40.97%
R=29.78%
G=29.24%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651622270.270.2900.11242.7753.7276.27
HexA5A2E31B1D0Bf3364c
Octal245242343333501336366114
Binary101001011010001011100011110111110101011111100111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2E3; }

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

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

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

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

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

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

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

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