Html Css Color HEX #AC1A96 Medium Violet Red

📋 copy color: '#AC1A96'

red 172 ◦ green 26 ◦ blue 150

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

Shades of Medium Violet Red #AC1A96

Tints of Medium Violet Red #AC1A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 49.43%
G = 7.47%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1A96 (or 0xAC1A96) is known color: Medium Violet Red. HEX triplet: AC, 1A and 96. RGB value is (172,26,150). Sum of RGB (Red+Green+Blue) = 172+26+150=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A96 is #53E569. Grayscale: #535353. Windows color (decimal): -5498218 or 9837228. OLE color: 9837228.

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

Color convert

RGB 172 26 150 -
CMYK 0 0.85 0.13 0.33
HSL 309.04º 0.74% 0.39% -
HSV(B) 309.04º 0.85% 0.67% -
XYZ 22.89 11.71 29.91 -
YUV 83.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 172 26 150 0 0.85 0.13 0.33 309.04 0.74 0.39
Hex AC 1A 96 0 55 D 21 135 4A 27
Octal 254 32 226 0 125 15 41 465 112 47
Binary 10101100 11010 10010110 0 1010101 1101 100001 100110101 1001010 100111

Color Harmonies of #AC1A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A96

Black with #AC1A96

Text Example


Text Example

White with #AC1A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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