Html Css Color HEX #AC1E7B Medium Red Violet

📋 copy color: '#AC1E7B'

red 172 ◦ green 30 ◦ blue 123

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

Shades of Medium Red Violet #AC1E7B

Tints of Medium Red Violet #AC1E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 52.92%
G = 9.23%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC1E7B (or 0xAC1E7B) is known color: Medium Red Violet. HEX triplet: AC, 1E and 7B. RGB value is (172,30,123). Sum of RGB (Red+Green+Blue) = 172+30+123=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1E7B is #53E184. Grayscale: #525252. Windows color (decimal): -5497221 or 8068780. OLE color: 8068780.

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

Color convert

RGB 172 30 123 -
CMYK 0 0.83 0.28 0.33
HSL 320.7º 0.7% 0.4% -
HSV(B) 320.7º 0.83% 0.67% -
XYZ 21.05 11.13 19.78 -
YUV 83.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 172 30 123 0 0.83 0.28 0.33 320.7 0.7 0.4
Hex AC 1E 7B 0 53 1C 21 141 46 28
Octal 254 36 173 0 123 34 41 501 106 50
Binary 10101100 11110 1111011 0 1010011 11100 100001 101000001 1000110 101000

Color Harmonies of #AC1E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E7B

Black with #AC1E7B

Text Example


Text Example

White with #AC1E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E7B; }

 p { color: rgb(172,30,123); }

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

background-color css

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

 a { background-color: rgb(172,30,123); }

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

border-color css

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

 span { border-color: rgb(172,30,123); }

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