Html Css Color HEX #A81491 Medium Violet Red

📋 copy color: '#A81491'

red 168 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #A81491

Tints of Medium Violet Red #A81491

RGB

 RED value IS 168 (66.02% from 255) = 50.45%

 GREEN value IS 20 (8.2% from 255) = 6.01%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 50.45%
G = 6.01%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A81491 (or 0xA81491) is known color: Medium Violet Red. HEX triplet: A8, 14 and 91. RGB value is (168,20,145). Sum of RGB (Red+Green+Blue) = 168+20+145=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A81491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81491 is #57EB6E. Grayscale: #4E4E4E. Windows color (decimal): -5761903 or 9508008. OLE color: 9508008.

HSL color Cylindrical-coordinate representation of color #A81491: hue angle of 309.32º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81491 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 145 -
CMYK 0 0.88 0.14 0.34
HSL 309.32º 0.79% 0.37% -
HSV(B) 309.32º 0.88% 0.66% -
XYZ 21.51 10.87 27.75 -
YUV 78.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 168 20 145 0 0.88 0.14 0.34 309.32 0.79 0.37
Hex A8 14 91 0 58 E 22 135 4F 25
Octal 250 24 221 0 130 16 42 465 117 45
Binary 10101000 10100 10010001 0 1011000 1110 100010 100110101 1001111 100101

Color Harmonies of #A81491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81491

Black with #A81491

Text Example


Text Example

White with #A81491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81491; }

 p { color: rgb(168,20,145); }

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

background-color css

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

 a { background-color: rgb(168,20,145); }

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

border-color css

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

 span { border-color: rgb(168,20,145); }

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