#A79ED2

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

Shades of Wistful #A79ED2

Tints of Wistful #A79ED2

Color information

#A79ED2 (or 0xA79ED2) is unknown color: approx Wistful. HEX triplet: A7, 9E and D2. RGB value is (167,158,210). Sum of RGB (Red+Green+Blue) = 167+158+210=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #A79ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ED2 is #58612D. Grayscale: #A6A6A6. Windows color (decimal): -5792046 or 13803175. OLE color: 13803175.

HSL color Cylindrical-coordinate representation of color #A79ED2: hue angle of 250.38º degrees, saturation: 0.37, 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 #A79ED2 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167158210-
CMYK0.200.2500.18
HSL250.38º36.62%72.16%-
HSV(B)250.38º24.76%82.35%-
XYZ39.837.3266.08-
YUV166.62152.48128.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=31.21%
G=29.53%
B=39.25%

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
Decimal1671582100.200.2500.18250.3836.6272.16
HexA79ED21419012fa2548
Octal247236322243102237245110
Binary1010011110011110110100101010011001010010111110101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79ED2; }

 p { color: rgb(167,158,210); }

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

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

 a { background-color: rgb(167,158,210); }

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

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

 span { border-color: rgb(167,158,210); }

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