#A751AE

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

Shades of Violet Blue #A751AE

Tints of Violet Blue #A751AE

Color information

#A751AE (or 0xA751AE) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and AE. RGB value is (167,81,174). Sum of RGB (Red+Green+Blue) = 167+81+174=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #A751AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A751AE is #58AE51. Grayscale: #757575. Windows color (decimal): -5811794 or 11424167. OLE color: 11424167.

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

Color convert

RGB16781174-
CMYK0.040.5300.32
HSL295.48º36.47%50%-
HSV(B)295.48º53.45%68.24%-
XYZ26.5217.1641.96-
YUV117.32159.99163.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=39.57%
G=19.19%
B=41.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167811740.040.5300.32295.4836.4750
HexA751AE4350201272432
Octal2471212564650404474462
Binary101001111010001101011101001101010100000100100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A751AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A751AE; }

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

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

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

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

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

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

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

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