Html Css Color HEX #AC0F83 Medium Violet Red

📋 copy color: '#AC0F83'

red 172 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #AC0F83

Tints of Medium Violet Red #AC0F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

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

R = 54.09%
G = 4.72%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0F83 (or 0xAC0F83) is known color: Medium Violet Red. HEX triplet: AC, 0F and 83. RGB value is (172,15,131). Sum of RGB (Red+Green+Blue) = 172+15+131=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F83 is #53F07C. Grayscale: #4A4A4A. Windows color (decimal): -5501053 or 8589228. OLE color: 8589228.

HSL color Cylindrical-coordinate representation of color #AC0F83: hue angle of 315.67º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F83 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 131 -
CMYK 0 0.91 0.24 0.33
HSL 315.67º 0.84% 0.37% -
HSV(B) 315.67º 0.91% 0.67% -
XYZ 21.28 10.75 22.43 -
YUV 75.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 172 15 131 0 0.91 0.24 0.33 315.67 0.84 0.37
Hex AC F 83 0 5B 18 21 13C 54 25
Octal 254 17 203 0 133 30 41 474 124 45
Binary 10101100 1111 10000011 0 1011011 11000 100001 100111100 1010100 100101

Color Harmonies of #AC0F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F83

Black with #AC0F83

Text Example


Text Example

White with #AC0F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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