#A79AEA

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

Shades of Wistful #A79AEA

Tints of Wistful #A79AEA

Color information

#A79AEA (or 0xA79AEA) is unknown color: approx Wistful. HEX triplet: A7, 9A and EA. RGB value is (167,154,234). Sum of RGB (Red+Green+Blue) = 167+154+234=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #A79AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79AEA is #586515. Grayscale: #A6A6A6. Windows color (decimal): -5793046 or 15375015. OLE color: 15375015.

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

Color convert

RGB167154234-
CMYK0.290.3400.08
HSL249.75º65.57%76.08%-
HSV(B)249.75º34.19%91.76%-
XYZ42.3437.2782.8-
YUV167.01165.81128-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=30.09%
G=27.75%
B=42.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671542340.290.3400.08249.7565.5776.08
HexA79AEA1D2208fa424c
Octal2472323523542010372102114
Binary10100111100110101110101011101100010010001111101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AEA; }

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

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

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

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

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

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

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

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