#A79DCC

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

Shades of Wistful #A79DCC

Tints of Wistful #A79DCC

Color information

#A79DCC (or 0xA79DCC) is unknown color: approx Wistful. HEX triplet: A7, 9D and CC. RGB value is (167,157,204). Sum of RGB (Red+Green+Blue) = 167+157+204=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A79DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DCC is #586233. Grayscale: #A5A5A5. Windows color (decimal): -5792308 or 13409703. OLE color: 13409703.

HSL color Cylindrical-coordinate representation of color #A79DCC: hue angle of 252.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A79DCC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167157204-
CMYK0.180.2300.2
HSL252.77º31.54%70.78%-
HSV(B)252.77º23.04%80%-
XYZ38.8936.6962.16-
YUV165.35149.81129.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=31.63%
G=29.73%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671572040.180.2300.2252.7731.5470.78
HexA79DCC1217014fd2047
Octal247235314222702437540107
Binary1010011110011101110011001001010111010100111111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DCC; }

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

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

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

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

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

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

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

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