Html Css Color HEX #AC147B Medium Violet Red

📋 copy color: '#AC147B'

red 172 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #AC147B

Tints of Medium Violet Red #AC147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 54.6%
G = 6.35%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC147B (or 0xAC147B) is known color: Medium Violet Red. HEX triplet: AC, 14 and 7B. RGB value is (172,20,123). Sum of RGB (Red+Green+Blue) = 172+20+123=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC147B is #53EB84. Grayscale: #4C4C4C. Windows color (decimal): -5499781 or 8066220. OLE color: 8066220.

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

Color convert

RGB 172 20 123 -
CMYK 0 0.88 0.28 0.33
HSL 319.34º 0.79% 0.38% -
HSV(B) 319.34º 0.88% 0.67% -
XYZ 20.84 10.7 19.71 -
YUV 77.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 172 20 123 0 0.88 0.28 0.33 319.34 0.79 0.38
Hex AC 14 7B 0 58 1C 21 13F 4F 26
Octal 254 24 173 0 130 34 41 477 117 46
Binary 10101100 10100 1111011 0 1011000 11100 100001 100111111 1001111 100110

Color Harmonies of #AC147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC147B

Black with #AC147B

Text Example


Text Example

White with #AC147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC147B; }

 p { color: rgb(172,20,123); }

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

background-color css

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

 a { background-color: rgb(172,20,123); }

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

border-color css

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

 span { border-color: rgb(172,20,123); }

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