Html Css Color HEX #A8138B Medium Violet Red

📋 copy color: '#A8138B'

red 168 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #A8138B

Tints of Medium Violet Red #A8138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 51.53%
G = 5.83%
B = 42.64%

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

#A8138B (or 0xA8138B) is known color: Medium Violet Red. HEX triplet: A8, 13 and 8B. RGB value is (168,19,139). Sum of RGB (Red+Green+Blue) = 168+19+139=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8138B is #57EC74. Grayscale: #4C4C4C. Windows color (decimal): -5762165 or 9114536. OLE color: 9114536.

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

Color convert

RGB 168 19 139 -
CMYK 0 0.89 0.17 0.34
HSL 311.68º 0.8% 0.37% -
HSV(B) 311.68º 0.89% 0.66% -
XYZ 21.04 10.65 25.37 -
YUV 77.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 168 19 139 0 0.89 0.17 0.34 311.68 0.8 0.37
Hex A8 13 8B 0 59 11 22 138 50 25
Octal 250 23 213 0 131 21 42 470 120 45
Binary 10101000 10011 10001011 0 1011001 10001 100010 100111000 1010000 100101

Color Harmonies of #A8138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8138B

Black with #A8138B

Text Example


Text Example

White with #A8138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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