Html Css Color HEX #AC1B8A Medium Violet Red

📋 copy color: '#AC1B8A'

red 172 ◦ green 27 ◦ blue 138

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

Shades of Medium Violet Red #AC1B8A

Tints of Medium Violet Red #AC1B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 51.04%
G = 8.01%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC1B8A (or 0xAC1B8A) is known color: Medium Violet Red. HEX triplet: AC, 1B and 8A. RGB value is (172,27,138). Sum of RGB (Red+Green+Blue) = 172+27+138=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8A is #53E475. Grayscale: #525252. Windows color (decimal): -5497974 or 9051052. OLE color: 9051052.

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

Color convert

RGB 172 27 138 -
CMYK 0 0.84 0.20 0.33
HSL 314.07º 0.73% 0.39% -
HSV(B) 314.07º 0.84% 0.67% -
XYZ 21.99 11.39 25.08 -
YUV 83.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 172 27 138 0 0.84 0.20 0.33 314.07 0.73 0.39
Hex AC 1B 8A 0 54 14 21 13A 49 27
Octal 254 33 212 0 124 24 41 472 111 47
Binary 10101100 11011 10001010 0 1010100 10100 100001 100111010 1001001 100111

Color Harmonies of #AC1B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B8A

Black with #AC1B8A

Text Example


Text Example

White with #AC1B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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