#A760AB

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

Shades of Violet Blue #A760AB

Tints of Violet Blue #A760AB

Color information

#A760AB (or 0xA760AB) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and AB. RGB value is (167,96,171). Sum of RGB (Red+Green+Blue) = 167+96+171=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A760AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760AB is #589F54. Grayscale: #7D7D7D. Windows color (decimal): -5807957 or 11231399. OLE color: 11231399.

HSL color Cylindrical-coordinate representation of color #A760AB: hue angle of 296.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A760AB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16796171-
CMYK0.020.4400.33
HSL296.8º30.86%52.35%-
HSV(B)296.8º43.86%67.06%-
XYZ27.4719.5240.85-
YUV125.78153.52157.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=38.48%
G=22.12%
B=39.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167961710.020.4400.33296.830.8652.35
HexA760AB22C0211291f34
Octal2471402532540414513764
Binary1010011111000001010101110101100010000110010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760AB; }

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

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

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

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

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

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

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

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