#A79AE0

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

Shades of Wistful #A79AE0

Tints of Wistful #A79AE0

Color information

#A79AE0 (or 0xA79AE0) is unknown color: approx Wistful. HEX triplet: A7, 9A and E0. RGB value is (167,154,224). Sum of RGB (Red+Green+Blue) = 167+154+224=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A79AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AE0 is #58651F. Grayscale: #A5A5A5. Windows color (decimal): -5793056 or 14719655. OLE color: 14719655.

HSL color Cylindrical-coordinate representation of color #A79AE0: hue angle of 251.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A79AE0 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167154224-
CMYK0.250.3100.12
HSL251.14º53.03%74.12%-
HSV(B)251.14º31.25%87.84%-
XYZ40.9536.7175.45-
YUV165.87160.81128.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=30.64%
G=28.26%
B=41.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671542240.250.3100.12251.1453.0374.12
HexA79AE0191F0Cfb354a
Octal247232340313701437365112
Binary101001111001101011100000110011111101100111110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AE0; }

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

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

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

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

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

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

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

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