#A79AE2

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

Shades of Wistful #A79AE2

Tints of Wistful #A79AE2

Color information

#A79AE2 (or 0xA79AE2) is unknown color: approx Wistful. HEX triplet: A7, 9A and E2. RGB value is (167,154,226). Sum of RGB (Red+Green+Blue) = 167+154+226=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #A79AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AE2 is #58651D. Grayscale: #A5A5A5. Windows color (decimal): -5793054 or 14850727. OLE color: 14850727.

HSL color Cylindrical-coordinate representation of color #A79AE2: hue angle of 250.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A79AE2 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167154226-
CMYK0.260.3200.11
HSL250.83º55.38%74.51%-
HSV(B)250.83º31.86%88.63%-
XYZ41.2236.8276.89-
YUV166.1161.81128.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=30.53%
G=28.15%
B=41.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671542260.260.3200.11250.8355.3874.51
HexA79AE21A200Bfb374b
Octal247232342324001337367113
Binary1010011110011010111000101101010000001011111110111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AE2; }

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

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

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

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

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

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

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

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