Html Css Color HEX #AC1B8F Medium Violet Red

📋 copy color: '#AC1B8F'

red 172 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #AC1B8F

Tints of Medium Violet Red #AC1B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

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

R = 50.29%
G = 7.89%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC1B8F (or 0xAC1B8F) is known color: Medium Violet Red. HEX triplet: AC, 1B and 8F. RGB value is (172,27,143). Sum of RGB (Red+Green+Blue) = 172+27+143=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8F is #53E470. Grayscale: #535353. Windows color (decimal): -5497969 or 9378732. OLE color: 9378732.

HSL color Cylindrical-coordinate representation of color #AC1B8F: hue angle of 312º degrees, saturation: 0.73, 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 #AC1B8F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 143 -
CMYK 0 0.84 0.17 0.33
HSL 312º 0.73% 0.39% -
HSV(B) 312º 0.84% 0.67% -
XYZ 22.36 11.54 27.03 -
YUV 83.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 172 27 143 0 0.84 0.17 0.33 312 0.73 0.39
Hex AC 1B 8F 0 54 11 21 138 49 27
Octal 254 33 217 0 124 21 41 470 111 47
Binary 10101100 11011 10001111 0 1010100 10001 100001 100111000 1001001 100111

Color Harmonies of #AC1B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B8F

Black with #AC1B8F

Text Example


Text Example

White with #AC1B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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