Html Css Color HEX #A8128D Medium Violet Red

📋 copy color: '#A8128D'

red 168 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #A8128D

Tints of Medium Violet Red #A8128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

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

R = 51.38%
G = 5.5%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8128D (or 0xA8128D) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8D. RGB value is (168,18,141). Sum of RGB (Red+Green+Blue) = 168+18+141=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128D is #57ED72. Grayscale: #4C4C4C. Windows color (decimal): -5762419 or 9245352. OLE color: 9245352.

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

Color convert

RGB 168 18 141 -
CMYK 0 0.89 0.16 0.34
HSL 310.8º 0.81% 0.36% -
HSV(B) 310.8º 0.89% 0.66% -
XYZ 21.17 10.68 26.14 -
YUV 76.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 168 18 141 0 0.89 0.16 0.34 310.8 0.81 0.36
Hex A8 12 8D 0 59 10 22 137 51 24
Octal 250 22 215 0 131 20 42 467 121 44
Binary 10101000 10010 10001101 0 1011001 10000 100010 100110111 1010001 100100

Color Harmonies of #A8128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8128D

Black with #A8128D

Text Example


Text Example

White with #A8128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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