#A51E78

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

Shades of Medium Red Violet #A51E78

Tints of Medium Red Violet #A51E78

Color information

#A51E78 (or 0xA51E78) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1E and 78. RGB value is (165,30,120). Sum of RGB (Red+Green+Blue) = 165+30+120=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E78 is #5AE187. Grayscale: #505050. Windows color (decimal): -5955976 or 7872165. OLE color: 7872165.

HSL color Cylindrical-coordinate representation of color #A51E78: hue angle of 320º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E78 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16530120-
CMYK00.820.270.35
HSL320º69.23%38.24%-
HSV(B)320º81.82%64.71%-
XYZ19.3710.2818.73-
YUV80.62150.23188.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=52.38%
G=9.52%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653012000.820.270.3532069.2338.24
HexA51E780521B231404526
Octal245361700122334350010546
Binary1010010111110111100001010010110111000111010000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E78; }

 p { color: rgb(165,30,120); }

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

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

 a { background-color: rgb(165,30,120); }

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

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

 span { border-color: rgb(165,30,120); }

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