Html Css Color HEX #A8158C Medium Violet Red

📋 copy color: '#A8158C'

red 168 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #A8158C

Tints of Medium Violet Red #A8158C

RGB

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

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

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

R = 51.06%
G = 6.38%
B = 42.55%

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

#A8158C (or 0xA8158C) is known color: Medium Violet Red. HEX triplet: A8, 15 and 8C. RGB value is (168,21,140). Sum of RGB (Red+Green+Blue) = 168+21+140=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8158C is #57EA73. Grayscale: #4E4E4E. Windows color (decimal): -5761652 or 9180584. OLE color: 9180584.

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

Color convert

RGB 168 21 140 -
CMYK 0 0.88 0.17 0.34
HSL 311.43º 0.78% 0.37% -
HSV(B) 311.43º 0.88% 0.66% -
XYZ 21.15 10.75 25.77 -
YUV 78.52 162.7 191.82 -
System Red Green Blue C M Y K H S L
Decimal 168 21 140 0 0.88 0.17 0.34 311.43 0.78 0.37
Hex A8 15 8C 0 58 11 22 137 4E 25
Octal 250 25 214 0 130 21 42 467 116 45
Binary 10101000 10101 10001100 0 1011000 10001 100010 100110111 1001110 100101

Color Harmonies of #A8158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8158C

Black with #A8158C

Text Example


Text Example

White with #A8158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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