#A79CD0

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

Shades of Wistful #A79CD0

Tints of Wistful #A79CD0

Color information

#A79CD0 (or 0xA79CD0) is unknown color: approx Wistful. HEX triplet: A7, 9C and D0. RGB value is (167,156,208). Sum of RGB (Red+Green+Blue) = 167+156+208=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #A79CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CD0 is #58632F. Grayscale: #A5A5A5. Windows color (decimal): -5792560 or 13671591. OLE color: 13671591.

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

Color convert

RGB167156208-
CMYK0.200.2500.18
HSL252.69º35.62%71.37%-
HSV(B)252.69º25%81.57%-
XYZ39.2136.5564.66-
YUV165.22152.14129.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=31.45%
G=29.38%
B=39.17%

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
Decimal1671562080.200.2500.18252.6935.6271.37
HexA79CD01419012fd2447
Octal247234320243102237544107
Binary1010011110011100110100001010011001010010111111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CD0; }

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

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

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

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

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

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

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

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