Html Css Color HEX #AC1081 Medium Violet Red

📋 copy color: '#AC1081'

red 172 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #AC1081

Tints of Medium Violet Red #AC1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 54.26%
G = 5.05%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC1081 (or 0xAC1081) is known color: Medium Violet Red. HEX triplet: AC, 10 and 81. RGB value is (172,16,129). Sum of RGB (Red+Green+Blue) = 172+16+129=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1081 is #53EF7E. Grayscale: #4B4B4B. Windows color (decimal): -5500799 or 8458412. OLE color: 8458412.

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

Color convert

RGB 172 16 129 -
CMYK 0 0.91 0.25 0.33
HSL 316.54º 0.83% 0.37% -
HSV(B) 316.54º 0.91% 0.67% -
XYZ 21.16 10.73 21.72 -
YUV 75.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 172 16 129 0 0.91 0.25 0.33 316.54 0.83 0.37
Hex AC 10 81 0 5B 19 21 13D 53 25
Octal 254 20 201 0 133 31 41 475 123 45
Binary 10101100 10000 10000001 0 1011011 11001 100001 100111101 1010011 100101

Color Harmonies of #AC1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1081

Black with #AC1081

Text Example


Text Example

White with #AC1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1081; }

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

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

background-color css

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

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

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

border-color css

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

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

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