Html Css Color HEX #A8127F Medium Violet Red

📋 copy color: '#A8127F'

red 168 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #A8127F

Tints of Medium Violet Red #A8127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 53.67%
G = 5.75%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8127F (or 0xA8127F) is known color: Medium Violet Red. HEX triplet: A8, 12 and 7F. RGB value is (168,18,127). Sum of RGB (Red+Green+Blue) = 168+18+127=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8127F is #57ED80. Grayscale: #4A4A4A. Windows color (decimal): -5762433 or 8327848. OLE color: 8327848.

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

Color convert

RGB 168 18 127 -
CMYK 0 0.89 0.24 0.34
HSL 316.4º 0.81% 0.36% -
HSV(B) 316.4º 0.89% 0.66% -
XYZ 20.2 10.29 21 -
YUV 75.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 168 18 127 0 0.89 0.24 0.34 316.4 0.81 0.36
Hex A8 12 7F 0 59 18 22 13C 51 24
Octal 250 22 177 0 131 30 42 474 121 44
Binary 10101000 10010 1111111 0 1011001 11000 100010 100111100 1010001 100100

Color Harmonies of #A8127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8127F

Black with #A8127F

Text Example


Text Example

White with #A8127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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