Html Css Color HEX #AC1C8B Medium Violet Red

📋 copy color: '#AC1C8B'

red 172 ◦ green 28 ◦ blue 139

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

Shades of Medium Violet Red #AC1C8B

Tints of Medium Violet Red #AC1C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 139 (54.69% from 255) = 41%

R = 50.74%
G = 8.26%
B = 41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC1C8B (or 0xAC1C8B) is known color: Medium Violet Red. HEX triplet: AC, 1C and 8B. RGB value is (172,28,139). Sum of RGB (Red+Green+Blue) = 172+28+139=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C8B is #53E374. Grayscale: #535353. Windows color (decimal): -5497717 or 9116844. OLE color: 9116844.

HSL color Cylindrical-coordinate representation of color #AC1C8B: hue angle of 313.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C8B is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 139 -
CMYK 0 0.84 0.19 0.33
HSL 313.75º 0.72% 0.39% -
HSV(B) 313.75º 0.84% 0.67% -
XYZ 22.09 11.47 25.47 -
YUV 83.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 172 28 139 0 0.84 0.19 0.33 313.75 0.72 0.39
Hex AC 1C 8B 0 54 13 21 13A 48 27
Octal 254 34 213 0 124 23 41 472 110 47
Binary 10101100 11100 10001011 0 1010100 10011 100001 100111010 1001000 100111

Color Harmonies of #AC1C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C8B

Black with #AC1C8B

Text Example


Text Example

White with #AC1C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C8B; }

 p { color: rgb(172,28,139); }

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

background-color css

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

 a { background-color: rgb(172,28,139); }

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

border-color css

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

 span { border-color: rgb(172,28,139); }

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