Html Css Color HEX #A8138C Medium Violet Red

📋 copy color: '#A8138C'

red 168 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #A8138C

Tints of Medium Violet Red #A8138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.81%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 51.38%
G = 5.81%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8138C (or 0xA8138C) is known color: Medium Violet Red. HEX triplet: A8, 13 and 8C. RGB value is (168,19,140). Sum of RGB (Red+Green+Blue) = 168+19+140=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8138C is #57EC73. Grayscale: #4D4D4D. Windows color (decimal): -5762164 or 9180072. OLE color: 9180072.

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

Color convert

RGB 168 19 140 -
CMYK 0 0.89 0.17 0.34
HSL 311.28º 0.8% 0.37% -
HSV(B) 311.28º 0.89% 0.66% -
XYZ 21.11 10.68 25.76 -
YUV 77.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 168 19 140 0 0.89 0.17 0.34 311.28 0.8 0.37
Hex A8 13 8C 0 59 11 22 137 50 25
Octal 250 23 214 0 131 21 42 467 120 45
Binary 10101000 10011 10001100 0 1011001 10001 100010 100110111 1010000 100101

Color Harmonies of #A8138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8138C

Black with #A8138C

Text Example


Text Example

White with #A8138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8138C; }

 p { color: rgb(168,19,140); }

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

background-color css

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

 a { background-color: rgb(168,19,140); }

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

border-color css

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

 span { border-color: rgb(168,19,140); }

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