Html Css Color HEX #AC0A8E Medium Violet Red

📋 copy color: '#AC0A8E'

red 172 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #AC0A8E

Tints of Medium Violet Red #AC0A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 53.09%
G = 3.09%
B = 43.83%

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

#AC0A8E (or 0xAC0A8E) is known color: Medium Violet Red. HEX triplet: AC, 0A and 8E. RGB value is (172,10,142). Sum of RGB (Red+Green+Blue) = 172+10+142=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A8E is #53F571. Grayscale: #494949. Windows color (decimal): -5502322 or 9308844. OLE color: 9308844.

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

Color convert

RGB 172 10 142 -
CMYK 0 0.94 0.17 0.33
HSL 311.11º 0.89% 0.36% -
HSV(B) 311.11º 0.94% 0.67% -
XYZ 22 10.94 26.54 -
YUV 73.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 172 10 142 0 0.94 0.17 0.33 311.11 0.89 0.36
Hex AC A 8E 0 5E 11 21 137 59 24
Octal 254 12 216 0 136 21 41 467 131 44
Binary 10101100 1010 10001110 0 1011110 10001 100001 100110111 1011001 100100

Color Harmonies of #AC0A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A8E

Black with #AC0A8E

Text Example


Text Example

White with #AC0A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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