#A761AD

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

Shades of Violet Blue #A761AD

Tints of Violet Blue #A761AD

Color information

#A761AD (or 0xA761AD) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and AD. RGB value is (167,97,173). Sum of RGB (Red+Green+Blue) = 167+97+173=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A761AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A761AD is #589E52. Grayscale: #7E7E7E. Windows color (decimal): -5807699 or 11362727. OLE color: 11362727.

HSL color Cylindrical-coordinate representation of color #A761AD: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A761AD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16797173-
CMYK0.030.4400.32
HSL295.26º31.67%52.94%-
HSV(B)295.26º43.93%67.84%-
XYZ27.7519.7841.89-
YUV126.59154.19156.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=38.22%
G=22.20%
B=39.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167971730.030.4400.32295.2631.6752.94
HexA761AD32C0201272035
Octal2471412553540404474065
Binary10100111110000110101101111011000100000100100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761AD; }

 p { color: rgb(167,97,173); }

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

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

 a { background-color: rgb(167,97,173); }

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

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

 span { border-color: rgb(167,97,173); }

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