Html Css Color HEX #AC0A92 Medium Violet Red

📋 copy color: '#AC0A92'

red 172 ◦ green 10 ◦ blue 146

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

Shades of Medium Violet Red #AC0A92

Tints of Medium Violet Red #AC0A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 52.44%
G = 3.05%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC0A92 (or 0xAC0A92) is known color: Medium Violet Red. HEX triplet: AC, 0A and 92. RGB value is (172,10,146). Sum of RGB (Red+Green+Blue) = 172+10+146=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A92 is #53F56D. Grayscale: #494949. Windows color (decimal): -5502318 or 9570988. OLE color: 9570988.

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

Color convert

RGB 172 10 146 -
CMYK 0 0.94 0.15 0.33
HSL 309.63º 0.89% 0.36% -
HSV(B) 309.63º 0.94% 0.67% -
XYZ 22.31 11.06 28.15 -
YUV 73.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 172 10 146 0 0.94 0.15 0.33 309.63 0.89 0.36
Hex AC A 92 0 5E F 21 136 59 24
Octal 254 12 222 0 136 17 41 466 131 44
Binary 10101100 1010 10010010 0 1011110 1111 100001 100110110 1011001 100100

Color Harmonies of #AC0A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A92

Black with #AC0A92

Text Example


Text Example

White with #AC0A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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