#A79BDD

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

Shades of Wistful #A79BDD

Tints of Wistful #A79BDD

Color information

#A79BDD (or 0xA79BDD) is unknown color: approx Wistful. HEX triplet: A7, 9B and DD. RGB value is (167,155,221). Sum of RGB (Red+Green+Blue) = 167+155+221=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A79BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BDD is #586422. Grayscale: #A5A5A5. Windows color (decimal): -5792803 or 14523303. OLE color: 14523303.

HSL color Cylindrical-coordinate representation of color #A79BDD: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79BDD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167155221-
CMYK0.240.3000.13
HSL250.91º49.25%73.73%-
HSV(B)250.91º29.86%86.67%-
XYZ40.7136.8873.38-
YUV166.11158.98128.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.76%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=30.76%
G=28.55%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671552210.240.3000.13250.9149.2573.73
HexA79BDD181E0Dfb314a
Octal247233335303601537361112
Binary101001111001101111011101110001111001101111110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BDD; }

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

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

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

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

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

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

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

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