#A79CE0

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

Shades of Wistful #A79CE0

Tints of Wistful #A79CE0

Color information

#A79CE0 (or 0xA79CE0) is unknown color: approx Wistful. HEX triplet: A7, 9C and E0. RGB value is (167,156,224). Sum of RGB (Red+Green+Blue) = 167+156+224=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #A79CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CE0 is #58631F. Grayscale: #A6A6A6. Windows color (decimal): -5792544 or 14720167. OLE color: 14720167.

HSL color Cylindrical-coordinate representation of color #A79CE0: hue angle of 249.71º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79CE0 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167156224-
CMYK0.250.3000.12
HSL249.71º52.31%74.51%-
HSV(B)249.71º30.36%87.84%-
XYZ41.2837.3775.56-
YUV167.04160.14127.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=30.53%
G=28.52%
B=40.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671562240.250.3000.12249.7152.3174.51
HexA79CE0191E0Cfa344b
Octal247234340313601437264113
Binary101001111001110011100000110011111001100111110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CE0; }

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

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

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

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

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

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

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

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