Html Css Color HEX #A51F91 Medium Red Violet

📋 copy color: '#A51F91'

red 165 ◦ green 31 ◦ blue 145

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

Shades of Medium Red Violet #A51F91

Tints of Medium Red Violet #A51F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 48.39%
G = 9.09%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A51F91 (or 0xA51F91) is known color: Medium Red Violet. HEX triplet: A5, 1F and 91. RGB value is (165,31,145). Sum of RGB (Red+Green+Blue) = 165+31+145=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F91 is #5AE06E. Grayscale: #535353. Windows color (decimal): -5955695 or 9510821. OLE color: 9510821.

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

Color convert

RGB 165 31 145 -
CMYK 0 0.81 0.12 0.35
HSL 308.96º 0.68% 0.38% -
HSV(B) 308.96º 0.81% 0.65% -
XYZ 21.12 11.02 27.8 -
YUV 84.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 165 31 145 0 0.81 0.12 0.35 308.96 0.68 0.38
Hex A5 1F 91 0 51 C 23 135 44 26
Octal 245 37 221 0 121 14 43 465 104 46
Binary 10100101 11111 10010001 0 1010001 1100 100011 100110101 1000100 100110

Color Harmonies of #A51F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F91

Black with #A51F91

Text Example


Text Example

White with #A51F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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