#A8108D

Color #A8108D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A8108D

Tints of Medium Violet Red #A8108D

Color information

#A8108D (or 0xA8108D) is unknown color: approx Medium Violet Red. HEX triplet: A8, 10 and 8D. RGB value is (168,16,141). Sum of RGB (Red+Green+Blue) = 168+16+141=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8108D is #57EF72. Grayscale: #4B4B4B. Windows color (decimal): -5762931 or 9244840. OLE color: 9244840.

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

Color convert

RGB16816141-
CMYK00.900.160.34
HSL310.66º82.61%36.08%-
HSV(B)310.66º90.48%65.88%-
XYZ21.1410.6226.13-
YUV75.7164.86193.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=51.69%
G=4.92%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681614100.900.160.34310.6682.6136.08
HexA8108D05A10221375324
Octal250202150132204246712344
Binary10101000100001000110101011010100001000101001101111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8108D; }

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

 H1.HeaderClassName
 {
   color: #A8108D;
 }
 .AnyTagClassName
 {
   color: #A8108D;
 }
</style>
background-color css

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

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

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

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

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

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