Html Css Color HEX #AC1B8B Medium Violet Red

📋 copy color: '#AC1B8B'

red 172 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #AC1B8B

Tints of Medium Violet Red #AC1B8B

RGB

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

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

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

R = 50.89%
G = 7.99%
B = 41.12%

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

#AC1B8B (or 0xAC1B8B) is known color: Medium Violet Red. HEX triplet: AC, 1B and 8B. RGB value is (172,27,139). Sum of RGB (Red+Green+Blue) = 172+27+139=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8B is #53E474. Grayscale: #525252. Windows color (decimal): -5497973 or 9116588. OLE color: 9116588.

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

Color convert

RGB 172 27 139 -
CMYK 0 0.84 0.19 0.33
HSL 313.66º 0.73% 0.39% -
HSV(B) 313.66º 0.84% 0.67% -
XYZ 22.07 11.42 25.47 -
YUV 83.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 172 27 139 0 0.84 0.19 0.33 313.66 0.73 0.39
Hex AC 1B 8B 0 54 13 21 13A 49 27
Octal 254 33 213 0 124 23 41 472 111 47
Binary 10101100 11011 10001011 0 1010100 10011 100001 100111010 1001001 100111

Color Harmonies of #AC1B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B8B

Black with #AC1B8B

Text Example


Text Example

White with #AC1B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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