Html Css Color HEX #AC0E7A Medium Violet Red

📋 copy color: '#AC0E7A'

red 172 ◦ green 14 ◦ blue 122

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

Shades of Medium Violet Red #AC0E7A

Tints of Medium Violet Red #AC0E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

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

R = 55.84%
G = 4.55%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC0E7A (or 0xAC0E7A) is known color: Medium Violet Red. HEX triplet: AC, 0E and 7A. RGB value is (172,14,122). Sum of RGB (Red+Green+Blue) = 172+14+122=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E7A is #53F185. Grayscale: #494949. Windows color (decimal): -5501318 or 7999148. OLE color: 7999148.

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

Color convert

RGB 172 14 122 -
CMYK 0 0.92 0.29 0.33
HSL 318.99º 0.85% 0.36% -
HSV(B) 318.99º 0.92% 0.67% -
XYZ 20.68 10.49 19.35 -
YUV 73.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 172 14 122 0 0.92 0.29 0.33 318.99 0.85 0.36
Hex AC E 7A 0 5C 1D 21 13F 55 24
Octal 254 16 172 0 134 35 41 477 125 44
Binary 10101100 1110 1111010 0 1011100 11101 100001 100111111 1010101 100100

Color Harmonies of #AC0E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E7A

Black with #AC0E7A

Text Example


Text Example

White with #AC0E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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