Html Css Color HEX #A8138D Medium Violet Red

📋 copy color: '#A8138D'

red 168 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #A8138D

Tints of Medium Violet Red #A8138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 51.22%
G = 5.79%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8138D (or 0xA8138D) is known color: Medium Violet Red. HEX triplet: A8, 13 and 8D. RGB value is (168,19,141). Sum of RGB (Red+Green+Blue) = 168+19+141=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8138D is #57EC72. Grayscale: #4D4D4D. Windows color (decimal): -5762163 or 9245608. OLE color: 9245608.

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

Color convert

RGB 168 19 141 -
CMYK 0 0.89 0.16 0.34
HSL 310.87º 0.8% 0.37% -
HSV(B) 310.87º 0.89% 0.66% -
XYZ 21.19 10.71 26.15 -
YUV 77.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 168 19 141 0 0.89 0.16 0.34 310.87 0.8 0.37
Hex A8 13 8D 0 59 10 22 137 50 25
Octal 250 23 215 0 131 20 42 467 120 45
Binary 10101000 10011 10001101 0 1011001 10000 100010 100110111 1010000 100101

Color Harmonies of #A8138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8138D

Black with #A8138D

Text Example


Text Example

White with #A8138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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