Html Css Color HEX #A8127E Medium Violet Red

📋 copy color: '#A8127E'

red 168 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #A8127E

Tints of Medium Violet Red #A8127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 53.85%
G = 5.77%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8127E (or 0xA8127E) is known color: Medium Violet Red. HEX triplet: A8, 12 and 7E. RGB value is (168,18,126). Sum of RGB (Red+Green+Blue) = 168+18+126=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8127E is #57ED81. Grayscale: #4A4A4A. Windows color (decimal): -5762434 or 8262312. OLE color: 8262312.

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

Color convert

RGB 168 18 126 -
CMYK 0 0.89 0.25 0.34
HSL 316.8º 0.81% 0.36% -
HSV(B) 316.8º 0.89% 0.66% -
XYZ 20.13 10.26 20.66 -
YUV 75.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 168 18 126 0 0.89 0.25 0.34 316.8 0.81 0.36
Hex A8 12 7E 0 59 19 22 13D 51 24
Octal 250 22 176 0 131 31 42 475 121 44
Binary 10101000 10010 1111110 0 1011001 11001 100010 100111101 1010001 100100

Color Harmonies of #A8127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8127E

Black with #A8127E

Text Example


Text Example

White with #A8127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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