Html Css Color HEX #A8118D Medium Violet Red

📋 copy color: '#A8118D'

red 168 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #A8118D

Tints of Medium Violet Red #A8118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 51.53%
G = 5.21%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8118D (or 0xA8118D) is known color: Medium Violet Red. HEX triplet: A8, 11 and 8D. RGB value is (168,17,141). Sum of RGB (Red+Green+Blue) = 168+17+141=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8118D is #57EE72. Grayscale: #4B4B4B. Windows color (decimal): -5762675 or 9245096. OLE color: 9245096.

HSL color Cylindrical-coordinate representation of color #A8118D: hue angle of 310.73º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8118D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 141 -
CMYK 0 0.90 0.16 0.34
HSL 310.73º 0.82% 0.36% -
HSV(B) 310.73º 0.9% 0.66% -
XYZ 21.16 10.65 26.14 -
YUV 76.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 168 17 141 0 0.90 0.16 0.34 310.73 0.82 0.36
Hex A8 11 8D 0 5A 10 22 137 52 24
Octal 250 21 215 0 132 20 42 467 122 44
Binary 10101000 10001 10001101 0 1011010 10000 100010 100110111 1010010 100100

Color Harmonies of #A8118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8118D

Black with #A8118D

Text Example


Text Example

White with #A8118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8118D; }

 p { color: rgb(168,17,141); }

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

background-color css

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

 a { background-color: rgb(168,17,141); }

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

border-color css

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

 span { border-color: rgb(168,17,141); }

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