#A52679

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

Shades of Medium Red Violet #A52679

Tints of Medium Red Violet #A52679

Color information

#A52679 (or 0xA52679) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 79. RGB value is (165,38,121). Sum of RGB (Red+Green+Blue) = 165+38+121=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A52679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52679 is #5AD986. Grayscale: #555555. Windows color (decimal): -5953927 or 7939749. OLE color: 7939749.

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

Color convert

RGB16538121-
CMYK00.770.270.35
HSL320.79º62.56%39.8%-
HSV(B)320.79º76.97%64.71%-
XYZ19.6610.7719.13-
YUV85.43148.08184.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=50.93%
G=11.73%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653812100.770.270.35320.7962.5639.8
HexA5267904D1B231413f28
Octal24546171011533435017750
Binary1010010110011011110010100110111011100011101000001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52679; }

 p { color: rgb(165,38,121); }

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

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

 a { background-color: rgb(165,38,121); }

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

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

 span { border-color: rgb(165,38,121); }

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