#A763AC

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

Shades of Violet Blue #A763AC

Tints of Violet Blue #A763AC

Color information

#A763AC (or 0xA763AC) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and AC. RGB value is (167,99,172). Sum of RGB (Red+Green+Blue) = 167+99+172=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #A763AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763AC is #589C53. Grayscale: #7F7F7F. Windows color (decimal): -5807188 or 11297703. OLE color: 11297703.

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

Color convert

RGB16799172-
CMYK0.030.4200.33
HSL295.89º30.54%53.14%-
HSV(B)295.89º42.44%67.45%-
XYZ27.8420.1241.45-
YUV127.65153.03156.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=38.13%
G=22.60%
B=39.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167991720.030.4200.33295.8930.5453.14
HexA763AC32A0211281f35
Octal2471432543520414503765
Binary1010011111000111010110011101010010000110010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763AC; }

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

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

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

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

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

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

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

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