#A751AC

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

Shades of Violet Blue #A751AC

Tints of Violet Blue #A751AC

Color information

#A751AC (or 0xA751AC) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and AC. RGB value is (167,81,172). Sum of RGB (Red+Green+Blue) = 167+81+172=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #A751AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A751AC is #58AE53. Grayscale: #747474. Windows color (decimal): -5811796 or 11293095. OLE color: 11293095.

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

Color convert

RGB16781172-
CMYK0.030.5300.33
HSL296.7º35.97%49.61%-
HSV(B)296.7º52.91%67.45%-
XYZ26.3317.0840.94-
YUV117.09158.99163.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=39.76%
G=19.29%
B=40.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167811720.030.5300.33296.735.9749.61
HexA751AC3350211292432
Octal2471212543650414514462
Binary10100111101000110101100111101010100001100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A751AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A751AC; }

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

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

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

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

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

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

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

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