Html Css Color HEX #AC107A Medium Violet Red

📋 copy color: '#AC107A'

red 172 ◦ green 16 ◦ blue 122

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

Shades of Medium Violet Red #AC107A

Tints of Medium Violet Red #AC107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 122 (48.05% from 255) = 39.35%

R = 55.48%
G = 5.16%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC107A (or 0xAC107A) is known color: Medium Violet Red. HEX triplet: AC, 10 and 7A. RGB value is (172,16,122). Sum of RGB (Red+Green+Blue) = 172+16+122=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC107A is #53EF85. Grayscale: #4A4A4A. Windows color (decimal): -5500806 or 7999660. OLE color: 7999660.

HSL color Cylindrical-coordinate representation of color #AC107A: hue angle of 319.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC107A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 122 -
CMYK 0 0.91 0.29 0.33
HSL 319.23º 0.83% 0.37% -
HSV(B) 319.23º 0.91% 0.67% -
XYZ 20.71 10.55 19.36 -
YUV 74.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 172 16 122 0 0.91 0.29 0.33 319.23 0.83 0.37
Hex AC 10 7A 0 5B 1D 21 13F 53 25
Octal 254 20 172 0 133 35 41 477 123 45
Binary 10101100 10000 1111010 0 1011011 11101 100001 100111111 1010011 100101

Color Harmonies of #AC107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC107A

Black with #AC107A

Text Example


Text Example

White with #AC107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC107A; }

 p { color: rgb(172,16,122); }

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

background-color css

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

 a { background-color: rgb(172,16,122); }

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

border-color css

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

 span { border-color: rgb(172,16,122); }

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