#A761AB

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

Shades of Violet Blue #A761AB

Tints of Violet Blue #A761AB

Color information

#A761AB (or 0xA761AB) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and AB. RGB value is (167,97,171). Sum of RGB (Red+Green+Blue) = 167+97+171=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #A761AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A761AB is #589E54. Grayscale: #7E7E7E. Windows color (decimal): -5807701 or 11231655. OLE color: 11231655.

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

Color convert

RGB16797171-
CMYK0.020.4300.33
HSL296.76º30.58%52.55%-
HSV(B)296.76º43.27%67.06%-
XYZ27.5619.7140.88-
YUV126.37153.19156.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=38.39%
G=22.30%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167971710.020.4300.33296.7630.5852.55
HexA761AB22B0211291f35
Octal2471412532530414513765
Binary1010011111000011010101110101011010000110010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761AB; }

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

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

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

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

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

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

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

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