Html Css Color HEX #A51F93 Medium Red Violet

📋 copy color: '#A51F93'

red 165 ◦ green 31 ◦ blue 147

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

Shades of Medium Red Violet #A51F93

Tints of Medium Red Violet #A51F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 48.1%
G = 9.04%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A51F93 (or 0xA51F93) is known color: Medium Red Violet. HEX triplet: A5, 1F and 93. RGB value is (165,31,147). Sum of RGB (Red+Green+Blue) = 165+31+147=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F93 is #5AE06C. Grayscale: #535353. Windows color (decimal): -5955693 or 9641893. OLE color: 9641893.

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

Color convert

RGB 165 31 147 -
CMYK 0 0.81 0.11 0.35
HSL 308.06º 0.68% 0.38% -
HSV(B) 308.06º 0.81% 0.65% -
XYZ 21.27 11.09 28.62 -
YUV 84.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 165 31 147 0 0.81 0.11 0.35 308.06 0.68 0.38
Hex A5 1F 93 0 51 B 23 134 44 26
Octal 245 37 223 0 121 13 43 464 104 46
Binary 10100101 11111 10010011 0 1010001 1011 100011 100110100 1000100 100110

Color Harmonies of #A51F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F93

Black with #A51F93

Text Example


Text Example

White with #A51F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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