#A5277B

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

Shades of Medium Red Violet #A5277B

Tints of Medium Red Violet #A5277B

Color information

#A5277B (or 0xA5277B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 27 and 7B. RGB value is (165,39,123). Sum of RGB (Red+Green+Blue) = 165+39+123=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5277B is #5AD884. Grayscale: #565656. Windows color (decimal): -5953669 or 8071077. OLE color: 8071077.

HSL color Cylindrical-coordinate representation of color #A5277B: hue angle of 320º 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 #A5277B is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16539123-
CMYK00.760.250.35
HSL320º61.76%40%-
HSV(B)320º76.36%64.71%-
XYZ19.8210.8819.79-
YUV86.25148.74184.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=50.46%
G=11.93%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653912300.760.250.3532061.7640
HexA5277B04C19231403e28
Octal24547173011431435007650
Binary1010010110011111110110100110011001100011101000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5277B; }

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

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

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

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

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

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

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

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