Html Css Color HEX #AC1AA0 Medium Violet Red

📋 copy color: '#AC1AA0'

red 172 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #AC1AA0

Tints of Medium Violet Red #AC1AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 48.04%
G = 7.26%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC1AA0 (or 0xAC1AA0) is known color: Medium Violet Red. HEX triplet: AC, 1A and A0. RGB value is (172,26,160). Sum of RGB (Red+Green+Blue) = 172+26+160=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AA0 is #53E55F. Grayscale: #545454. Windows color (decimal): -5498208 or 10492588. OLE color: 10492588.

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

Color convert

RGB 172 26 160 -
CMYK 0 0.85 0.07 0.33
HSL 304.93º 0.74% 0.39% -
HSV(B) 304.93º 0.85% 0.67% -
XYZ 23.73 12.05 34.33 -
YUV 84.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 172 26 160 0 0.85 0.07 0.33 304.93 0.74 0.39
Hex AC 1A A0 0 55 7 21 131 4A 27
Octal 254 32 240 0 125 7 41 461 112 47
Binary 10101100 11010 10100000 0 1010101 111 100001 100110001 1001010 100111

Color Harmonies of #AC1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AA0

Black with #AC1AA0

Text Example


Text Example

White with #AC1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AA0; }

 p { color: rgb(172,26,160); }

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

background-color css

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

 a { background-color: rgb(172,26,160); }

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

border-color css

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

 span { border-color: rgb(172,26,160); }

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