#A7A2E9

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

Shades of Wistful #A7A2E9

Tints of Wistful #A7A2E9

Color information

#A7A2E9 (or 0xA7A2E9) is unknown color: approx Wistful. HEX triplet: A7, A2 and E9. RGB value is (167,162,233). Sum of RGB (Red+Green+Blue) = 167+162+233=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #A7A2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A2E9 is #585D16. Grayscale: #ABABAB. Windows color (decimal): -5790999 or 15311527. OLE color: 15311527.

HSL color Cylindrical-coordinate representation of color #A7A2E9: hue angle of 244.23º degrees, saturation: 0.62, 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 #A7A2E9 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167162233-
CMYK0.280.3000.09
HSL244.23º61.74%77.45%-
HSV(B)244.23º30.47%91.37%-
XYZ43.5639.9482.5-
YUV171.59162.66124.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=29.72%
G=28.83%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671622330.280.3000.09244.2361.7477.45
HexA7A2E91C1E09f43e4d
Octal247242351343601136476115
Binary101001111010001011101001111001111001001111101001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2E9; }

 p { color: rgb(167,162,233); }

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

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

 a { background-color: rgb(167,162,233); }

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

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

 span { border-color: rgb(167,162,233); }

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