#A79AED

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

Shades of Wistful #A79AED

Tints of Wistful #A79AED

Color information

#A79AED (or 0xA79AED) is unknown color: approx Wistful. HEX triplet: A7, 9A and ED. RGB value is (167,154,237). Sum of RGB (Red+Green+Blue) = 167+154+237=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A79AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79AED is #586512. Grayscale: #A7A7A7. Windows color (decimal): -5793043 or 15571623. OLE color: 15571623.

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

Color convert

RGB167154237-
CMYK0.300.3500.07
HSL249.4º69.75%76.67%-
HSV(B)249.4º35.02%92.94%-
XYZ42.7837.4485.09-
YUV167.35167.31127.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=29.93%
G=27.60%
B=42.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671542370.300.3500.07249.469.7576.67
HexA79AED1E2307f9464d
Octal247232355364307371106115
Binary1010011110011010111011011111010001101111111100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AED; }

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

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

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

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

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

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

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

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