Html Css Color HEX #AC158F Medium Violet Red

📋 copy color: '#AC158F'

red 172 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #AC158F

Tints of Medium Violet Red #AC158F

RGB

 RED value IS 172 (67.58% from 255) = 51.19%

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

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

R = 51.19%
G = 6.25%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC158F (or 0xAC158F) is known color: Medium Violet Red. HEX triplet: AC, 15 and 8F. RGB value is (172,21,143). Sum of RGB (Red+Green+Blue) = 172+21+143=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC158F is #53EA70. Grayscale: #4F4F4F. Windows color (decimal): -5499505 or 9377196. OLE color: 9377196.

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

Color convert

RGB 172 21 143 -
CMYK 0 0.88 0.17 0.33
HSL 311.52º 0.78% 0.38% -
HSV(B) 311.52º 0.88% 0.67% -
XYZ 22.24 11.29 26.99 -
YUV 80.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 172 21 143 0 0.88 0.17 0.33 311.52 0.78 0.38
Hex AC 15 8F 0 58 11 21 138 4E 26
Octal 254 25 217 0 130 21 41 470 116 46
Binary 10101100 10101 10001111 0 1011000 10001 100001 100111000 1001110 100110

Color Harmonies of #AC158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC158F

Black with #AC158F

Text Example


Text Example

White with #AC158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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