Html Css Color HEX #AC0F7E Medium Violet Red

📋 copy color: '#AC0F7E'

red 172 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #AC0F7E

Tints of Medium Violet Red #AC0F7E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 54.95%
G = 4.79%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC0F7E (or 0xAC0F7E) is known color: Medium Violet Red. HEX triplet: AC, 0F and 7E. RGB value is (172,15,126). Sum of RGB (Red+Green+Blue) = 172+15+126=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F7E is #53F081. Grayscale: #4A4A4A. Windows color (decimal): -5501058 or 8261548. OLE color: 8261548.

HSL color Cylindrical-coordinate representation of color #AC0F7E: hue angle of 317.58º degrees, saturation: 0.84, 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 #AC0F7E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 126 -
CMYK 0 0.91 0.27 0.33
HSL 317.58º 0.84% 0.37% -
HSV(B) 317.58º 0.91% 0.67% -
XYZ 20.95 10.62 20.68 -
YUV 74.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 172 15 126 0 0.91 0.27 0.33 317.58 0.84 0.37
Hex AC F 7E 0 5B 1B 21 13E 54 25
Octal 254 17 176 0 133 33 41 476 124 45
Binary 10101100 1111 1111110 0 1011011 11011 100001 100111110 1010100 100101

Color Harmonies of #AC0F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F7E

Black with #AC0F7E

Text Example


Text Example

White with #AC0F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F7E; }

 p { color: rgb(172,15,126); }

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

background-color css

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

 a { background-color: rgb(172,15,126); }

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

border-color css

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

 span { border-color: rgb(172,15,126); }

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