Html Css Color HEX #AC0A85 Medium Violet Red

📋 copy color: '#AC0A85'

red 172 ◦ green 10 ◦ blue 133

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

Shades of Medium Violet Red #AC0A85

Tints of Medium Violet Red #AC0A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 54.6%
G = 3.17%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0A85 (or 0xAC0A85) is known color: Medium Violet Red. HEX triplet: AC, 0A and 85. RGB value is (172,10,133). Sum of RGB (Red+Green+Blue) = 172+10+133=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A85 is #53F57A. Grayscale: #484848. Windows color (decimal): -5502331 or 8719020. OLE color: 8719020.

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

Color convert

RGB 172 10 133 -
CMYK 0 0.94 0.23 0.33
HSL 314.44º 0.89% 0.36% -
HSV(B) 314.44º 0.94% 0.67% -
XYZ 21.36 10.68 23.13 -
YUV 72.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 172 10 133 0 0.94 0.23 0.33 314.44 0.89 0.36
Hex AC A 85 0 5E 17 21 13A 59 24
Octal 254 12 205 0 136 27 41 472 131 44
Binary 10101100 1010 10000101 0 1011110 10111 100001 100111010 1011001 100100

Color Harmonies of #AC0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A85

Black with #AC0A85

Text Example


Text Example

White with #AC0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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