#A7A3EA

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

Shades of Wistful #A7A3EA

Tints of Wistful #A7A3EA

Color information

#A7A3EA (or 0xA7A3EA) is unknown color: approx Wistful. HEX triplet: A7, A3 and EA. RGB value is (167,163,234). Sum of RGB (Red+Green+Blue) = 167+163+234=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A3EA is #585C15. Grayscale: #ACACAC. Windows color (decimal): -5790742 or 15377319. OLE color: 15377319.

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

Color convert

RGB167163234-
CMYK0.290.3000.08
HSL243.38º62.83%77.84%-
HSV(B)243.38º30.34%91.76%-
XYZ43.8840.3583.32-
YUV172.29162.83124.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.61%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=29.61%
G=28.90%
B=41.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671632340.290.3000.08243.3862.8377.84
HexA7A3EA1D1E08f33f4e
Octal247243352353601036377116
Binary101001111010001111101010111011111001000111100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3EA; }

 p { color: rgb(167,163,234); }

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

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

 a { background-color: rgb(167,163,234); }

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

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

 span { border-color: rgb(167,163,234); }

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