Html Css Color HEX #AC0A8B Medium Violet Red

📋 copy color: '#AC0A8B'

red 172 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #AC0A8B

Tints of Medium Violet Red #AC0A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

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

R = 53.58%
G = 3.12%
B = 43.3%

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

#AC0A8B (or 0xAC0A8B) is known color: Medium Violet Red. HEX triplet: AC, 0A and 8B. RGB value is (172,10,139). Sum of RGB (Red+Green+Blue) = 172+10+139=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A8B is #53F574. Grayscale: #484848. Windows color (decimal): -5502325 or 9112236. OLE color: 9112236.

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

Color convert

RGB 172 10 139 -
CMYK 0 0.94 0.19 0.33
HSL 312.22º 0.89% 0.36% -
HSV(B) 312.22º 0.94% 0.67% -
XYZ 21.78 10.85 25.37 -
YUV 73.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 172 10 139 0 0.94 0.19 0.33 312.22 0.89 0.36
Hex AC A 8B 0 5E 13 21 138 59 24
Octal 254 12 213 0 136 23 41 470 131 44
Binary 10101100 1010 10001011 0 1011110 10011 100001 100111000 1011001 100100

Color Harmonies of #AC0A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A8B

Black with #AC0A8B

Text Example


Text Example

White with #AC0A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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