Html Css Color HEX #A81793 Medium Violet Red

📋 copy color: '#A81793'

red 168 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #A81793

Tints of Medium Violet Red #A81793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 49.7%
G = 6.8%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A81793 (or 0xA81793) is known color: Medium Violet Red. HEX triplet: A8, 17 and 93. RGB value is (168,23,147). Sum of RGB (Red+Green+Blue) = 168+23+147=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A81793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81793 is #57E86C. Grayscale: #505050. Windows color (decimal): -5761133 or 9639848. OLE color: 9639848.

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

Color convert

RGB 168 23 147 -
CMYK 0 0.86 0.13 0.34
HSL 308.69º 0.76% 0.37% -
HSV(B) 308.69º 0.86% 0.66% -
XYZ 21.72 11.04 28.59 -
YUV 80.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 168 23 147 0 0.86 0.13 0.34 308.69 0.76 0.37
Hex A8 17 93 0 56 D 22 135 4C 25
Octal 250 27 223 0 126 15 42 465 114 45
Binary 10101000 10111 10010011 0 1010110 1101 100010 100110101 1001100 100101

Color Harmonies of #A81793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81793

Black with #A81793

Text Example


Text Example

White with #A81793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81793; }

 p { color: rgb(168,23,147); }

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

background-color css

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

 a { background-color: rgb(168,23,147); }

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

border-color css

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

 span { border-color: rgb(168,23,147); }

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