Html Css Color HEX #A8107F Medium Violet Red

📋 copy color: '#A8107F'

red 168 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #A8107F

Tints of Medium Violet Red #A8107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

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

R = 54.02%
G = 5.14%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8107F (or 0xA8107F) is known color: Medium Violet Red. HEX triplet: A8, 10 and 7F. RGB value is (168,16,127). Sum of RGB (Red+Green+Blue) = 168+16+127=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8107F is #57EF80. Grayscale: #494949. Windows color (decimal): -5762945 or 8327336. OLE color: 8327336.

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

Color convert

RGB 168 16 127 -
CMYK 0 0.90 0.24 0.34
HSL 316.18º 0.83% 0.36% -
HSV(B) 316.18º 0.9% 0.66% -
XYZ 20.16 10.23 20.99 -
YUV 74.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 168 16 127 0 0.90 0.24 0.34 316.18 0.83 0.36
Hex A8 10 7F 0 5A 18 22 13C 53 24
Octal 250 20 177 0 132 30 42 474 123 44
Binary 10101000 10000 1111111 0 1011010 11000 100010 100111100 1010011 100100

Color Harmonies of #A8107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8107F

Black with #A8107F

Text Example


Text Example

White with #A8107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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