Html Css Color HEX #A8118E Medium Violet Red

📋 copy color: '#A8118E'

red 168 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #A8118E

Tints of Medium Violet Red #A8118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 51.38%
G = 5.2%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8118E (or 0xA8118E) is known color: Medium Violet Red. HEX triplet: A8, 11 and 8E. RGB value is (168,17,142). Sum of RGB (Red+Green+Blue) = 168+17+142=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8118E is #57EE71. Grayscale: #4C4C4C. Windows color (decimal): -5762674 or 9310632. OLE color: 9310632.

HSL color Cylindrical-coordinate representation of color #A8118E: hue angle of 310.33º 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 #A8118E is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 142 -
CMYK 0 0.90 0.15 0.34
HSL 310.33º 0.82% 0.36% -
HSV(B) 310.33º 0.9% 0.66% -
XYZ 21.23 10.68 26.53 -
YUV 76.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 168 17 142 0 0.90 0.15 0.34 310.33 0.82 0.36
Hex A8 11 8E 0 5A F 22 136 52 24
Octal 250 21 216 0 132 17 42 466 122 44
Binary 10101000 10001 10001110 0 1011010 1111 100010 100110110 1010010 100100

Color Harmonies of #A8118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8118E

Black with #A8118E

Text Example


Text Example

White with #A8118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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