Html Css Color HEX #A51F86 Medium Red Violet

📋 copy color: '#A51F86'

red 165 ◦ green 31 ◦ blue 134

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

Shades of Medium Red Violet #A51F86

Tints of Medium Red Violet #A51F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 50%
G = 9.39%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A51F86 (or 0xA51F86) is known color: Medium Red Violet. HEX triplet: A5, 1F and 86. RGB value is (165,31,134). Sum of RGB (Red+Green+Blue) = 165+31+134=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F86 is #5AE079. Grayscale: #525252. Windows color (decimal): -5955706 or 8789925. OLE color: 8789925.

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

Color convert

RGB 165 31 134 -
CMYK 0 0.81 0.19 0.35
HSL 313.88º 0.68% 0.38% -
HSV(B) 313.88º 0.81% 0.65% -
XYZ 20.31 10.7 23.55 -
YUV 82.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 165 31 134 0 0.81 0.19 0.35 313.88 0.68 0.38
Hex A5 1F 86 0 51 13 23 13A 44 26
Octal 245 37 206 0 121 23 43 472 104 46
Binary 10100101 11111 10000110 0 1010001 10011 100011 100111010 1000100 100110

Color Harmonies of #A51F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F86

Black with #A51F86

Text Example


Text Example

White with #A51F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F86; }

 p { color: rgb(165,31,134); }

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

background-color css

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

 a { background-color: rgb(165,31,134); }

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

border-color css

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

 span { border-color: rgb(165,31,134); }

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