Html Css Color HEX #AC0B83 Medium Violet Red

📋 copy color: '#AC0B83'

red 172 ◦ green 11 ◦ blue 131

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

Shades of Medium Violet Red #AC0B83

Tints of Medium Violet Red #AC0B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 54.78%
G = 3.5%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0B83 (or 0xAC0B83) is known color: Medium Violet Red. HEX triplet: AC, 0B and 83. RGB value is (172,11,131). Sum of RGB (Red+Green+Blue) = 172+11+131=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B83 is #53F47C. Grayscale: #484848. Windows color (decimal): -5502077 or 8588204. OLE color: 8588204.

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

Color convert

RGB 172 11 131 -
CMYK 0 0.94 0.24 0.33
HSL 315.28º 0.88% 0.36% -
HSV(B) 315.28º 0.94% 0.67% -
XYZ 21.23 10.65 22.41 -
YUV 72.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 172 11 131 0 0.94 0.24 0.33 315.28 0.88 0.36
Hex AC B 83 0 5E 18 21 13B 58 24
Octal 254 13 203 0 136 30 41 473 130 44
Binary 10101100 1011 10000011 0 1011110 11000 100001 100111011 1011000 100100

Color Harmonies of #AC0B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B83

Black with #AC0B83

Text Example


Text Example

White with #AC0B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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