#A79CD5

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

Shades of Wistful #A79CD5

Tints of Wistful #A79CD5

Color information

#A79CD5 (or 0xA79CD5) is unknown color: approx Wistful. HEX triplet: A7, 9C and D5. RGB value is (167,156,213). Sum of RGB (Red+Green+Blue) = 167+156+213=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #A79CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CD5 is #58632A. Grayscale: #A5A5A5. Windows color (decimal): -5792555 or 13999271. OLE color: 13999271.

HSL color Cylindrical-coordinate representation of color #A79CD5: hue angle of 251.58º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A79CD5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167156213-
CMYK0.220.2700.16
HSL251.58º40.43%72.35%-
HSV(B)251.58º26.76%83.53%-
XYZ39.8436.867.95-
YUV165.79154.64128.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=31.16%
G=29.10%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671562130.220.2700.16251.5840.4372.35
HexA79CD5161B010fc2848
Octal247234325263302037450110
Binary1010011110011100110101011011011011010000111111001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CD5; }

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

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

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

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

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

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

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

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