Html Css Color HEX #AC0B8F Medium Violet Red

📋 copy color: '#AC0B8F'

red 172 ◦ green 11 ◦ blue 143

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

Shades of Medium Violet Red #AC0B8F

Tints of Medium Violet Red #AC0B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 52.76%
G = 3.37%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC0B8F (or 0xAC0B8F) is known color: Medium Violet Red. HEX triplet: AC, 0B and 8F. RGB value is (172,11,143). Sum of RGB (Red+Green+Blue) = 172+11+143=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B8F is #53F470. Grayscale: #494949. Windows color (decimal): -5502065 or 9374636. OLE color: 9374636.

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

Color convert

RGB 172 11 143 -
CMYK 0 0.94 0.17 0.33
HSL 310.81º 0.88% 0.36% -
HSV(B) 310.81º 0.94% 0.67% -
XYZ 22.09 10.99 26.94 -
YUV 74.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 172 11 143 0 0.94 0.17 0.33 310.81 0.88 0.36
Hex AC B 8F 0 5E 11 21 137 58 24
Octal 254 13 217 0 136 21 41 467 130 44
Binary 10101100 1011 10001111 0 1011110 10001 100001 100110111 1011000 100100

Color Harmonies of #AC0B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B8F

Black with #AC0B8F

Text Example


Text Example

White with #AC0B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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