#A79DCD

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

Shades of Wistful #A79DCD

Tints of Wistful #A79DCD

Color information

#A79DCD (or 0xA79DCD) is unknown color: approx Wistful. HEX triplet: A7, 9D and CD. RGB value is (167,157,205). Sum of RGB (Red+Green+Blue) = 167+157+205=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #A79DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DCD is #586232. Grayscale: #A5A5A5. Windows color (decimal): -5792307 or 13475239. OLE color: 13475239.

HSL color Cylindrical-coordinate representation of color #A79DCD: hue angle of 252.5º 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 #A79DCD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167157205-
CMYK0.190.2300.20
HSL252.5º32.43%70.98%-
HSV(B)252.5º23.41%80.39%-
XYZ39.0136.7462.79-
YUV165.46150.31129.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=31.57%
G=29.68%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671572050.190.2300.20252.532.4370.98
HexA79DCD1317014fc2047
Octal247235315232702437440107
Binary1010011110011101110011011001110111010100111111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DCD; }

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

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

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

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

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

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

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

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