#A79DCA

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

Shades of Wistful #A79DCA

Tints of Wistful #A79DCA

Color information

#A79DCA (or 0xA79DCA) is unknown color: approx Wistful. HEX triplet: A7, 9D and CA. RGB value is (167,157,202). Sum of RGB (Red+Green+Blue) = 167+157+202=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A79DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DCA is #586235. Grayscale: #A4A4A4. Windows color (decimal): -5792310 or 13278631. OLE color: 13278631.

HSL color Cylindrical-coordinate representation of color #A79DCA: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A79DCA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167157202-
CMYK0.170.2200.21
HSL253.33º29.8%70.39%-
HSV(B)253.33º22.28%79.22%-
XYZ38.6536.5960.9-
YUV165.12148.81129.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=31.75%
G=29.85%
B=38.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671572020.170.2200.21253.3329.870.39
HexA79DCA1116015fd1e46
Octal247235312212602537536106
Binary101001111001110111001010100011011001010111111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DCA; }

 p { color: rgb(167,157,202); }

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

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

 a { background-color: rgb(167,157,202); }

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

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

 span { border-color: rgb(167,157,202); }

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