Html Css Color HEX #AC1B8E Medium Violet Red

📋 copy color: '#AC1B8E'

red 172 ◦ green 27 ◦ blue 142

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

Shades of Medium Violet Red #AC1B8E

Tints of Medium Violet Red #AC1B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 50.44%
G = 7.92%
B = 41.64%

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

#AC1B8E (or 0xAC1B8E) is known color: Medium Violet Red. HEX triplet: AC, 1B and 8E. RGB value is (172,27,142). Sum of RGB (Red+Green+Blue) = 172+27+142=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8E is #53E471. Grayscale: #535353. Windows color (decimal): -5497970 or 9313196. OLE color: 9313196.

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

Color convert

RGB 172 27 142 -
CMYK 0 0.84 0.17 0.33
HSL 312.41º 0.73% 0.39% -
HSV(B) 312.41º 0.84% 0.67% -
XYZ 22.29 11.51 26.64 -
YUV 83.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 172 27 142 0 0.84 0.17 0.33 312.41 0.73 0.39
Hex AC 1B 8E 0 54 11 21 138 49 27
Octal 254 33 216 0 124 21 41 470 111 47
Binary 10101100 11011 10001110 0 1010100 10001 100001 100111000 1001001 100111

Color Harmonies of #AC1B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B8E

Black with #AC1B8E

Text Example


Text Example

White with #AC1B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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