Html Css Color HEX #AC159D Medium Violet Red

📋 copy color: '#AC159D'

red 172 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #AC159D

Tints of Medium Violet Red #AC159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 49.14%
G = 6%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC159D (or 0xAC159D) is known color: Medium Violet Red. HEX triplet: AC, 15 and 9D. RGB value is (172,21,157). Sum of RGB (Red+Green+Blue) = 172+21+157=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159D is #53EA62. Grayscale: #515151. Windows color (decimal): -5499491 or 10294700. OLE color: 10294700.

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

Color convert

RGB 172 21 157 -
CMYK 0 0.88 0.09 0.33
HSL 305.96º 0.78% 0.38% -
HSV(B) 305.96º 0.88% 0.67% -
XYZ 23.37 11.74 32.93 -
YUV 81.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 172 21 157 0 0.88 0.09 0.33 305.96 0.78 0.38
Hex AC 15 9D 0 58 9 21 132 4E 26
Octal 254 25 235 0 130 11 41 462 116 46
Binary 10101100 10101 10011101 0 1011000 1001 100001 100110010 1001110 100110

Color Harmonies of #AC159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC159D

Black with #AC159D

Text Example


Text Example

White with #AC159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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