Html Css Color HEX #A8128A Medium Violet Red

📋 copy color: '#A8128A'

red 168 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #A8128A

Tints of Medium Violet Red #A8128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 51.85%
G = 5.56%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8128A (or 0xA8128A) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8A. RGB value is (168,18,138). Sum of RGB (Red+Green+Blue) = 168+18+138=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128A is #57ED75. Grayscale: #4C4C4C. Windows color (decimal): -5762422 or 9048744. OLE color: 9048744.

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

Color convert

RGB 168 18 138 -
CMYK 0 0.89 0.18 0.34
HSL 312º 0.81% 0.36% -
HSV(B) 312º 0.89% 0.66% -
XYZ 20.95 10.59 24.99 -
YUV 76.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 168 18 138 0 0.89 0.18 0.34 312 0.81 0.36
Hex A8 12 8A 0 59 12 22 138 51 24
Octal 250 22 212 0 131 22 42 470 121 44
Binary 10101000 10010 10001010 0 1011001 10010 100010 100111000 1010001 100100

Color Harmonies of #A8128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8128A

Black with #A8128A

Text Example


Text Example

White with #A8128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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