#A79BD3

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

Shades of Wistful #A79BD3

Tints of Wistful #A79BD3

Color information

#A79BD3 (or 0xA79BD3) is unknown color: approx Wistful. HEX triplet: A7, 9B and D3. RGB value is (167,155,211). Sum of RGB (Red+Green+Blue) = 167+155+211=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #A79BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD3 is #58642C. Grayscale: #A4A4A4. Windows color (decimal): -5792813 or 13867943. OLE color: 13867943.

HSL color Cylindrical-coordinate representation of color #A79BD3: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A79BD3 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167155211-
CMYK0.210.2700.17
HSL252.86º38.89%71.76%-
HSV(B)252.86º26.54%82.75%-
XYZ39.4236.3666.57-
YUV164.97153.98129.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=31.33%
G=29.08%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671552110.210.2700.17252.8638.8971.76
HexA79BD3151B011fd2748
Octal247233323253302137547110
Binary1010011110011011110100111010111011010001111111011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BD3; }

 p { color: rgb(167,155,211); }

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

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

 a { background-color: rgb(167,155,211); }

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

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

 span { border-color: rgb(167,155,211); }

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