Html Css Color HEX #AC1AA1 Medium Violet Red

📋 copy color: '#AC1AA1'

red 172 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #AC1AA1

Tints of Medium Violet Red #AC1AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 47.91%
G = 7.24%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC1AA1 (or 0xAC1AA1) is known color: Medium Violet Red. HEX triplet: AC, 1A and A1. RGB value is (172,26,161). Sum of RGB (Red+Green+Blue) = 172+26+161=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AA1 is #53E55E. Grayscale: #545454. Windows color (decimal): -5498207 or 10558124. OLE color: 10558124.

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

Color convert

RGB 172 26 161 -
CMYK 0 0.85 0.06 0.33
HSL 304.52º 0.74% 0.39% -
HSV(B) 304.52º 0.85% 0.67% -
XYZ 23.82 12.08 34.8 -
YUV 85.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 172 26 161 0 0.85 0.06 0.33 304.52 0.74 0.39
Hex AC 1A A1 0 55 6 21 131 4A 27
Octal 254 32 241 0 125 6 41 461 112 47
Binary 10101100 11010 10100001 0 1010101 110 100001 100110001 1001010 100111

Color Harmonies of #AC1AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AA1

Black with #AC1AA1

Text Example


Text Example

White with #AC1AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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