Html Css Color HEX #AC0B93 Medium Violet Red

📋 copy color: '#AC0B93'

red 172 ◦ green 11 ◦ blue 147

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

Shades of Medium Violet Red #AC0B93

Tints of Medium Violet Red #AC0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 52.12%
G = 3.33%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC0B93 (or 0xAC0B93) is known color: Medium Violet Red. HEX triplet: AC, 0B and 93. RGB value is (172,11,147). Sum of RGB (Red+Green+Blue) = 172+11+147=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B93 is #53F46C. Grayscale: #4A4A4A. Windows color (decimal): -5502061 or 9636780. OLE color: 9636780.

HSL color Cylindrical-coordinate representation of color #AC0B93: hue angle of 309.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B93 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 147 -
CMYK 0 0.94 0.15 0.33
HSL 309.32º 0.88% 0.36% -
HSV(B) 309.32º 0.94% 0.67% -
XYZ 22.4 11.12 28.57 -
YUV 74.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 172 11 147 0 0.94 0.15 0.33 309.32 0.88 0.36
Hex AC B 93 0 5E F 21 135 58 24
Octal 254 13 223 0 136 17 41 465 130 44
Binary 10101100 1011 10010011 0 1011110 1111 100001 100110101 1011000 100100

Color Harmonies of #AC0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B93

Black with #AC0B93

Text Example


Text Example

White with #AC0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B93; }

 p { color: rgb(172,11,147); }

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

background-color css

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

 a { background-color: rgb(172,11,147); }

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

border-color css

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

 span { border-color: rgb(172,11,147); }

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