Html Css Color HEX #AC0B8B Medium Violet Red

📋 copy color: '#AC0B8B'

red 172 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #AC0B8B

Tints of Medium Violet Red #AC0B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 53.42%
G = 3.42%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC0B8B (or 0xAC0B8B) is known color: Medium Violet Red. HEX triplet: AC, 0B and 8B. RGB value is (172,11,139). Sum of RGB (Red+Green+Blue) = 172+11+139=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B8B is #53F474. Grayscale: #494949. Windows color (decimal): -5502069 or 9112492. OLE color: 9112492.

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

Color convert

RGB 172 11 139 -
CMYK 0 0.94 0.19 0.33
HSL 312.3º 0.88% 0.36% -
HSV(B) 312.3º 0.94% 0.67% -
XYZ 21.79 10.87 25.38 -
YUV 73.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 172 11 139 0 0.94 0.19 0.33 312.3 0.88 0.36
Hex AC B 8B 0 5E 13 21 138 58 24
Octal 254 13 213 0 136 23 41 470 130 44
Binary 10101100 1011 10001011 0 1011110 10011 100001 100111000 1011000 100100

Color Harmonies of #AC0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B8B

Black with #AC0B8B

Text Example


Text Example

White with #AC0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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