#A7A1ED

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

Shades of Wistful #A7A1ED

Tints of Wistful #A7A1ED

Color information

#A7A1ED (or 0xA7A1ED) is unknown color: approx Wistful. HEX triplet: A7, A1 and ED. RGB value is (167,161,237). Sum of RGB (Red+Green+Blue) = 167+161+237=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7A1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A1ED is #585E12. Grayscale: #ABABAB. Windows color (decimal): -5791251 or 15573415. OLE color: 15573415.

HSL color Cylindrical-coordinate representation of color #A7A1ED: hue angle of 244.74º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7A1ED is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167161237-
CMYK0.300.3200.07
HSL244.74º67.86%78.04%-
HSV(B)244.74º32.07%92.94%-
XYZ43.9739.8285.49-
YUV171.46164.99124.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=29.56%
G=28.50%
B=41.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671612370.300.3200.07244.7467.8678.04
HexA7A1ED1E2007f5444e
Octal247241355364007365104116
Binary1010011110100001111011011111010000001111111010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1ED; }

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

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

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

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

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

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

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

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