#a5248c

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

Shades of Medium Red Violet #A5248C

Tints of Medium Red Violet #A5248C

Color information

#A5248C (or 0xA5248C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 24 and 8C. RGB value is (165,36,140). Sum of RGB (Red+Green+Blue) = 165+36+140=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5248C is #5ADB73. Grayscale: #565656. Windows color (decimal): -5954420 or 9184421. OLE color: 9184421.

HSL color Cylindrical-coordinate representation of color #A5248C: hue angle of 311.63º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5248C is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16536140-
CMYK00.780.150.35
HSL311.63º64.18%39.41%-
HSV(B)311.63º78.18%64.71%-
XYZ20.8811.1525.86-
YUV86.43158.24184.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 36 (14.45% from 255) = 10.56%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=48.39%
G=10.56%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653614000.780.150.35311.6364.1839.41
HexA5248C04EF231384027
Octal245442140116174347010047
Binary10100101100100100011000100111011111000111001110001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5248c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5248c; }

 p { color: rgb(165,36,140); }

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

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

 a { background-color: rgb(165,36,140); }

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

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

 span { border-color: rgb(165,36,140); }

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