#A768AC

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

Shades of Violet Blue #A768AC

Tints of Violet Blue #A768AC

Color information

#A768AC (or 0xA768AC) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and AC. RGB value is (167,104,172). Sum of RGB (Red+Green+Blue) = 167+104+172=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A768AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A768AC is #589753. Grayscale: #828282. Windows color (decimal): -5805908 or 11298983. OLE color: 11298983.

HSL color Cylindrical-coordinate representation of color #A768AC: hue angle of 295.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A768AC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167104172-
CMYK0.030.4000.33
HSL295.59º29.06%54.12%-
HSV(B)295.59º39.53%67.45%-
XYZ28.3321.0941.61-
YUV130.59151.37153.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=37.70%
G=23.48%
B=38.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671041720.030.4000.33295.5929.0654.12
HexA768AC3280211281d36
Octal2471502543500414503566
Binary1010011111010001010110011101000010000110010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768AC; }

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

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

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

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

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

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

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

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