Html Css Color HEX #AC1B9C Medium Violet Red

📋 copy color: '#AC1B9C'

red 172 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #AC1B9C

Tints of Medium Violet Red #AC1B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 48.45%
G = 7.61%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC1B9C (or 0xAC1B9C) is known color: Medium Violet Red. HEX triplet: AC, 1B and 9C. RGB value is (172,27,156). Sum of RGB (Red+Green+Blue) = 172+27+156=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B9C is #53E463. Grayscale: #545454. Windows color (decimal): -5497956 or 10230700. OLE color: 10230700.

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

Color convert

RGB 172 27 156 -
CMYK 0 0.84 0.09 0.33
HSL 306.62º 0.73% 0.39% -
HSV(B) 306.62º 0.84% 0.67% -
XYZ 23.41 11.95 32.53 -
YUV 85.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 172 27 156 0 0.84 0.09 0.33 306.62 0.73 0.39
Hex AC 1B 9C 0 54 9 21 133 49 27
Octal 254 33 234 0 124 11 41 463 111 47
Binary 10101100 11011 10011100 0 1010100 1001 100001 100110011 1001001 100111

Color Harmonies of #AC1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B9C

Black with #AC1B9C

Text Example


Text Example

White with #AC1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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