Html Css Color HEX #AC1B7B Medium Violet Red

📋 copy color: '#AC1B7B'

red 172 ◦ green 27 ◦ blue 123

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

Shades of Medium Violet Red #AC1B7B

Tints of Medium Violet Red #AC1B7B

RGB

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

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

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

R = 53.42%
G = 8.39%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC1B7B (or 0xAC1B7B) is known color: Medium Violet Red. HEX triplet: AC, 1B and 7B. RGB value is (172,27,123). Sum of RGB (Red+Green+Blue) = 172+27+123=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B7B is #53E484. Grayscale: #515151. Windows color (decimal): -5497989 or 8068012. OLE color: 8068012.

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

Color convert

RGB 172 27 123 -
CMYK 0 0.84 0.28 0.33
HSL 320.28º 0.73% 0.39% -
HSV(B) 320.28º 0.84% 0.67% -
XYZ 20.98 10.98 19.75 -
YUV 81.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 172 27 123 0 0.84 0.28 0.33 320.28 0.73 0.39
Hex AC 1B 7B 0 54 1C 21 140 49 27
Octal 254 33 173 0 124 34 41 500 111 47
Binary 10101100 11011 1111011 0 1010100 11100 100001 101000000 1001001 100111

Color Harmonies of #AC1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B7B

Black with #AC1B7B

Text Example


Text Example

White with #AC1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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