#A79BD5

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

Shades of Wistful #A79BD5

Tints of Wistful #A79BD5

Color information

#A79BD5 (or 0xA79BD5) is unknown color: approx Wistful. HEX triplet: A7, 9B and D5. RGB value is (167,155,213). Sum of RGB (Red+Green+Blue) = 167+155+213=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A79BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD5 is #58642A. Grayscale: #A4A4A4. Windows color (decimal): -5792811 or 13999015. OLE color: 13999015.

HSL color Cylindrical-coordinate representation of color #A79BD5: hue angle of 252.41º degrees, saturation: 0.41, 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 #A79BD5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167155213-
CMYK0.220.2700.16
HSL252.41º40.85%72.16%-
HSV(B)252.41º27.23%83.53%-
XYZ39.6736.4667.9-
YUV165.2154.98129.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.21%
G=28.97%
B=39.81%

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
Decimal1671552130.220.2700.16252.4140.8572.16
HexA79BD5161B010fc2948
Octal247233325263302037451110
Binary1010011110011011110101011011011011010000111111001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BD5; }

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

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

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

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

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

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

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

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