Html Css Color HEX #AC1A8D Medium Violet Red

📋 copy color: '#AC1A8D'

red 172 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #AC1A8D

Tints of Medium Violet Red #AC1A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 50.74%
G = 7.67%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC1A8D (or 0xAC1A8D) is known color: Medium Violet Red. HEX triplet: AC, 1A and 8D. RGB value is (172,26,141). Sum of RGB (Red+Green+Blue) = 172+26+141=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8D is #53E572. Grayscale: #525252. Windows color (decimal): -5498227 or 9247404. OLE color: 9247404.

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

Color convert

RGB 172 26 141 -
CMYK 0 0.85 0.18 0.33
HSL 312.74º 0.74% 0.39% -
HSV(B) 312.74º 0.85% 0.67% -
XYZ 22.19 11.43 26.24 -
YUV 82.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 172 26 141 0 0.85 0.18 0.33 312.74 0.74 0.39
Hex AC 1A 8D 0 55 12 21 139 4A 27
Octal 254 32 215 0 125 22 41 471 112 47
Binary 10101100 11010 10001101 0 1010101 10010 100001 100111001 1001010 100111

Color Harmonies of #AC1A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A8D

Black with #AC1A8D

Text Example


Text Example

White with #AC1A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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