#A5277D

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

Shades of Medium Red Violet #A5277D

Tints of Medium Red Violet #A5277D

Color information

#A5277D (or 0xA5277D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 27 and 7D. RGB value is (165,39,125). Sum of RGB (Red+Green+Blue) = 165+39+125=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5277D is #5AD882. Grayscale: #565656. Windows color (decimal): -5953667 or 8202149. OLE color: 8202149.

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

Color convert

RGB16539125-
CMYK00.760.240.35
HSL319.05º61.76%40%-
HSV(B)319.05º76.36%64.71%-
XYZ19.9410.9320.46-
YUV86.48149.74184.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=50.15%
G=11.85%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653912500.760.240.35319.0561.7640
HexA5277D04C182313f3e28
Octal24547175011430434777650
Binary1010010110011111111010100110011000100011100111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5277D; }

 p { color: rgb(165,39,125); }

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

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

 a { background-color: rgb(165,39,125); }

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

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

 span { border-color: rgb(165,39,125); }

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