Html Css Color HEX #A8158F Medium Violet Red

📋 copy color: '#A8158F'

red 168 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #A8158F

Tints of Medium Violet Red #A8158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 50.6%
G = 6.33%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8158F (or 0xA8158F) is known color: Medium Violet Red. HEX triplet: A8, 15 and 8F. RGB value is (168,21,143). Sum of RGB (Red+Green+Blue) = 168+21+143=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8158F is #57EA70. Grayscale: #4E4E4E. Windows color (decimal): -5761649 or 9377192. OLE color: 9377192.

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

Color convert

RGB 168 21 143 -
CMYK 0 0.88 0.15 0.34
HSL 310.2º 0.78% 0.37% -
HSV(B) 310.2º 0.88% 0.66% -
XYZ 21.37 10.84 26.95 -
YUV 78.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 168 21 143 0 0.88 0.15 0.34 310.2 0.78 0.37
Hex A8 15 8F 0 58 F 22 136 4E 25
Octal 250 25 217 0 130 17 42 466 116 45
Binary 10101000 10101 10001111 0 1011000 1111 100010 100110110 1001110 100101

Color Harmonies of #A8158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8158F

Black with #A8158F

Text Example


Text Example

White with #A8158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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