#A760AD

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

Shades of Violet Blue #A760AD

Tints of Violet Blue #A760AD

Color information

#A760AD (or 0xA760AD) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and AD. RGB value is (167,96,173). Sum of RGB (Red+Green+Blue) = 167+96+173=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A760AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760AD is #589F52. Grayscale: #7D7D7D. Windows color (decimal): -5807955 or 11362471. OLE color: 11362471.

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

Color convert

RGB16796173-
CMYK0.030.4500.32
HSL295.32º31.95%52.75%-
HSV(B)295.32º44.51%67.84%-
XYZ27.6619.641.86-
YUV126.01154.52157.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=38.30%
G=22.02%
B=39.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167961730.030.4500.32295.3231.9552.75
HexA760AD32D0201272035
Octal2471402553550404474065
Binary10100111110000010101101111011010100000100100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760AD; }

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

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

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

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

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

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

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

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