#A79DD0

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

Shades of Wistful #A79DD0

Tints of Wistful #A79DD0

Color information

#A79DD0 (or 0xA79DD0) is unknown color: approx Wistful. HEX triplet: A7, 9D and D0. RGB value is (167,157,208). Sum of RGB (Red+Green+Blue) = 167+157+208=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #A79DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DD0 is #58622F. Grayscale: #A5A5A5. Windows color (decimal): -5792304 or 13671847. OLE color: 13671847.

HSL color Cylindrical-coordinate representation of color #A79DD0: hue angle of 251.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A79DD0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167157208-
CMYK0.200.2500.18
HSL251.76º35.17%71.57%-
HSV(B)251.76º24.52%81.57%-
XYZ39.3836.8864.72-
YUV165.8151.81128.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=31.39%
G=29.51%
B=39.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671572080.200.2500.18251.7635.1771.57
HexA79DD01419012fc2348
Octal247235320243102237443110
Binary1010011110011101110100001010011001010010111111001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DD0; }

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

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

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

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

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

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

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

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