Html Css Color HEX #A51F96 Medium Red Violet

📋 copy color: '#A51F96'

red 165 ◦ green 31 ◦ blue 150

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

Shades of Medium Red Violet #A51F96

Tints of Medium Red Violet #A51F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 47.69%
G = 8.96%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A51F96 (or 0xA51F96) is known color: Medium Red Violet. HEX triplet: A5, 1F and 96. RGB value is (165,31,150). Sum of RGB (Red+Green+Blue) = 165+31+150=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F96 is #5AE069. Grayscale: #545454. Windows color (decimal): -5955690 or 9838501. OLE color: 9838501.

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

Color convert

RGB 165 31 150 -
CMYK 0 0.81 0.09 0.35
HSL 306.72º 0.68% 0.38% -
HSV(B) 306.72º 0.81% 0.65% -
XYZ 21.51 11.18 29.88 -
YUV 84.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 165 31 150 0 0.81 0.09 0.35 306.72 0.68 0.38
Hex A5 1F 96 0 51 9 23 133 44 26
Octal 245 37 226 0 121 11 43 463 104 46
Binary 10100101 11111 10010110 0 1010001 1001 100011 100110011 1000100 100110

Color Harmonies of #A51F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F96

Black with #A51F96

Text Example


Text Example

White with #A51F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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