Html Css Color HEX #A8158B Medium Violet Red

📋 copy color: '#A8158B'

red 168 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #A8158B

Tints of Medium Violet Red #A8158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 51.22%
G = 6.4%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8158B (or 0xA8158B) is known color: Medium Violet Red. HEX triplet: A8, 15 and 8B. RGB value is (168,21,139). Sum of RGB (Red+Green+Blue) = 168+21+139=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8158B is #57EA74. Grayscale: #4E4E4E. Windows color (decimal): -5761653 or 9115048. OLE color: 9115048.

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

Color convert

RGB 168 21 139 -
CMYK 0 0.88 0.17 0.34
HSL 311.84º 0.78% 0.37% -
HSV(B) 311.84º 0.88% 0.66% -
XYZ 21.08 10.73 25.39 -
YUV 78.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 168 21 139 0 0.88 0.17 0.34 311.84 0.78 0.37
Hex A8 15 8B 0 58 11 22 138 4E 25
Octal 250 25 213 0 130 21 42 470 116 45
Binary 10101000 10101 10001011 0 1011000 10001 100010 100111000 1001110 100101

Color Harmonies of #A8158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8158B

Black with #A8158B

Text Example


Text Example

White with #A8158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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