Html Css Color HEX #A51E90 Medium Red Violet

📋 copy color: '#A51E90'

red 165 ◦ green 30 ◦ blue 144

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

Shades of Medium Red Violet #A51E90

Tints of Medium Red Violet #A51E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 48.67%
G = 8.85%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A51E90 (or 0xA51E90) is known color: Medium Red Violet. HEX triplet: A5, 1E and 90. RGB value is (165,30,144). Sum of RGB (Red+Green+Blue) = 165+30+144=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E90 is #5AE16F. Grayscale: #535353. Windows color (decimal): -5955952 or 9445029. OLE color: 9445029.

HSL color Cylindrical-coordinate representation of color #A51E90: hue angle of 309.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E90 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 144 -
CMYK 0 0.82 0.13 0.35
HSL 309.33º 0.69% 0.38% -
HSV(B) 309.33º 0.82% 0.65% -
XYZ 21.02 10.94 27.39 -
YUV 83.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 165 30 144 0 0.82 0.13 0.35 309.33 0.69 0.38
Hex A5 1E 90 0 52 D 23 135 45 26
Octal 245 36 220 0 122 15 43 465 105 46
Binary 10100101 11110 10010000 0 1010010 1101 100011 100110101 1000101 100110

Color Harmonies of #A51E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E90

Black with #A51E90

Text Example


Text Example

White with #A51E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E90; }

 p { color: rgb(165,30,144); }

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

background-color css

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

 a { background-color: rgb(165,30,144); }

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

border-color css

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

 span { border-color: rgb(165,30,144); }

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