#A7A1EB

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

Shades of Wistful #A7A1EB

Tints of Wistful #A7A1EB

Color information

#A7A1EB (or 0xA7A1EB) is unknown color: approx Wistful. HEX triplet: A7, A1 and EB. RGB value is (167,161,235). Sum of RGB (Red+Green+Blue) = 167+161+235=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A1EB is #585E14. Grayscale: #AAAAAA. Windows color (decimal): -5791253 or 15442343. OLE color: 15442343.

HSL color Cylindrical-coordinate representation of color #A7A1EB: hue angle of 244.86º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7A1EB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167161235-
CMYK0.290.3100.08
HSL244.86º64.91%77.65%-
HSV(B)244.86º31.49%92.16%-
XYZ43.6839.783.96-
YUV171.23163.99124.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=29.66%
G=28.60%
B=41.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671612350.290.3100.08244.8664.9177.65
HexA7A1EB1D1F08f5414e
Octal2472413533537010365101116
Binary1010011110100001111010111110111111010001111010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1EB; }

 p { color: rgb(167,161,235); }

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

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

 a { background-color: rgb(167,161,235); }

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

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

 span { border-color: rgb(167,161,235); }

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