#A761AC

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

Shades of Violet Blue #A761AC

Tints of Violet Blue #A761AC

Color information

#A761AC (or 0xA761AC) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and AC. RGB value is (167,97,172). Sum of RGB (Red+Green+Blue) = 167+97+172=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A761AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A761AC is #589E53. Grayscale: #7E7E7E. Windows color (decimal): -5807700 or 11297191. OLE color: 11297191.

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

Color convert

RGB16797172-
CMYK0.030.4400.33
HSL296º31.12%52.75%-
HSV(B)296º43.6%67.45%-
XYZ27.6619.7441.38-
YUV126.48153.69156.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=38.30%
G=22.25%
B=39.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167971720.030.4400.3329631.1252.75
HexA761AC32C0211281f35
Octal2471412543540414503765
Binary1010011111000011010110011101100010000110010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761AC; }

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

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

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

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

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

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

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

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