Html Css Color HEX #A51F8A Medium Red Violet

📋 copy color: '#A51F8A'

red 165 ◦ green 31 ◦ blue 138

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

Shades of Medium Red Violet #A51F8A

Tints of Medium Red Violet #A51F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 49.4%
G = 9.28%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A51F8A (or 0xA51F8A) is known color: Medium Red Violet. HEX triplet: A5, 1F and 8A. RGB value is (165,31,138). Sum of RGB (Red+Green+Blue) = 165+31+138=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F8A is #5AE075. Grayscale: #525252. Windows color (decimal): -5955702 or 9052069. OLE color: 9052069.

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

Color convert

RGB 165 31 138 -
CMYK 0 0.81 0.16 0.35
HSL 312.09º 0.68% 0.38% -
HSV(B) 312.09º 0.81% 0.65% -
XYZ 20.59 10.81 25.05 -
YUV 83.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 165 31 138 0 0.81 0.16 0.35 312.09 0.68 0.38
Hex A5 1F 8A 0 51 10 23 138 44 26
Octal 245 37 212 0 121 20 43 470 104 46
Binary 10100101 11111 10001010 0 1010001 10000 100011 100111000 1000100 100110

Color Harmonies of #A51F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F8A

Black with #A51F8A

Text Example


Text Example

White with #A51F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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