Html Css Color HEX #A51F8D Medium Red Violet

📋 copy color: '#A51F8D'

red 165 ◦ green 31 ◦ blue 141

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

Shades of Medium Red Violet #A51F8D

Tints of Medium Red Violet #A51F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 48.96%
G = 9.2%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A51F8D (or 0xA51F8D) is known color: Medium Red Violet. HEX triplet: A5, 1F and 8D. RGB value is (165,31,141). Sum of RGB (Red+Green+Blue) = 165+31+141=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F8D is #5AE072. Grayscale: #535353. Windows color (decimal): -5955699 or 9248677. OLE color: 9248677.

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

Color convert

RGB 165 31 141 -
CMYK 0 0.81 0.15 0.35
HSL 310.75º 0.68% 0.38% -
HSV(B) 310.75º 0.81% 0.65% -
XYZ 20.81 10.9 26.21 -
YUV 83.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 165 31 141 0 0.81 0.15 0.35 310.75 0.68 0.38
Hex A5 1F 8D 0 51 F 23 137 44 26
Octal 245 37 215 0 121 17 43 467 104 46
Binary 10100101 11111 10001101 0 1010001 1111 100011 100110111 1000100 100110

Color Harmonies of #A51F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F8D

Black with #A51F8D

Text Example


Text Example

White with #A51F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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