Html Css Color HEX #A5207F Medium Red Violet

📋 copy color: '#A5207F'

red 165 ◦ green 32 ◦ blue 127

#A5207F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A5207F

Tints of Medium Red Violet #A5207F

RGB

 RED value IS 165 (64.84% from 255) = 50.93%

 GREEN value IS 32 (12.89% from 255) = 9.88%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 50.93%
G = 9.88%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5207F (or 0xA5207F) is known color: Medium Red Violet. HEX triplet: A5, 20 and 7F. RGB value is (165,32,127). Sum of RGB (Red+Green+Blue) = 165+32+127=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5207F is #5ADF80. Grayscale: #525252. Windows color (decimal): -5955457 or 8331429. OLE color: 8331429.

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

Color convert

RGB 165 32 127 -
CMYK 0 0.81 0.23 0.35
HSL 317.14º 0.68% 0.39% -
HSV(B) 317.14º 0.81% 0.65% -
XYZ 19.86 10.56 21.07 -
YUV 82.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 165 32 127 0 0.81 0.23 0.35 317.14 0.68 0.39
Hex A5 20 7F 0 51 17 23 13D 44 27
Octal 245 40 177 0 121 27 43 475 104 47
Binary 10100101 100000 1111111 0 1010001 10111 100011 100111101 1000100 100111

Color Harmonies of #A5207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5207F

Black with #A5207F

Text Example


Text Example

White with #A5207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5207F; }

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

 H1.HeaderClassName
 {
   color: #A5207F;
 }
 .AnyTagClassName
 {
   color: #A5207F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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