Html Css Color HEX #AC158A Medium Violet Red

📋 copy color: '#AC158A'

red 172 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #AC158A

Tints of Medium Violet Red #AC158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 51.96%
G = 6.34%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC158A (or 0xAC158A) is known color: Medium Violet Red. HEX triplet: AC, 15 and 8A. RGB value is (172,21,138). Sum of RGB (Red+Green+Blue) = 172+21+138=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC158A is #53EA75. Grayscale: #4F4F4F. Windows color (decimal): -5499510 or 9049516. OLE color: 9049516.

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

Color convert

RGB 172 21 138 -
CMYK 0 0.88 0.20 0.33
HSL 313.51º 0.78% 0.38% -
HSV(B) 313.51º 0.88% 0.67% -
XYZ 21.87 11.14 25.04 -
YUV 79.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 172 21 138 0 0.88 0.20 0.33 313.51 0.78 0.38
Hex AC 15 8A 0 58 14 21 13A 4E 26
Octal 254 25 212 0 130 24 41 472 116 46
Binary 10101100 10101 10001010 0 1011000 10100 100001 100111010 1001110 100110

Color Harmonies of #AC158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC158A

Black with #AC158A

Text Example


Text Example

White with #AC158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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