#A5217F

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

Shades of Medium Red Violet #A5217F

Tints of Medium Red Violet #A5217F

Color information

#A5217F (or 0xA5217F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 21 and 7F. RGB value is (165,33,127). Sum of RGB (Red+Green+Blue) = 165+33+127=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5217F is #5ADE80. Grayscale: #525252. Windows color (decimal): -5955201 or 8331685. OLE color: 8331685.

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

Color convert

RGB16533127-
CMYK00.80.230.35
HSL317.27º66.67%38.82%-
HSV(B)317.27º80%64.71%-
XYZ19.8910.6221.08-
YUV83.18152.73186.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 127 (50% from 255) = 39.08%
R=50.77%
G=10.15%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653312700.80.230.35317.2766.6738.82
HexA5217F050172313d4327
Octal245411770120274347510347
Binary10100101100001111111101010000101111000111001111011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5217F; }

 p { color: rgb(165,33,127); }

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

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

 a { background-color: rgb(165,33,127); }

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

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

 span { border-color: rgb(165,33,127); }

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