#A7A2E7

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

Shades of Wistful #A7A2E7

Tints of Wistful #A7A2E7

Color information

#A7A2E7 (or 0xA7A2E7) is unknown color: approx Wistful. HEX triplet: A7, A2 and E7. RGB value is (167,162,231). Sum of RGB (Red+Green+Blue) = 167+162+231=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #A7A2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A2E7 is #585D18. Grayscale: #ABABAB. Windows color (decimal): -5791001 or 15180455. OLE color: 15180455.

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

Color convert

RGB167162231-
CMYK0.280.3000.09
HSL244.35º58.97%77.06%-
HSV(B)244.35º29.87%90.59%-
XYZ43.2839.8381.01-
YUV171.36161.66124.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=29.82%
G=28.93%
B=41.25%

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
Decimal1671622310.280.3000.09244.3558.9777.06
HexA7A2E71C1E09f43b4d
Octal247242347343601136473115
Binary101001111010001011100111111001111001001111101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2E7; }

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

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

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

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

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

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

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

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