Html Css Color HEX #AC1297 Medium Violet Red

📋 copy color: '#AC1297'

red 172 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #AC1297

Tints of Medium Violet Red #AC1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 50.44%
G = 5.28%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1297 (or 0xAC1297) is known color: Medium Violet Red. HEX triplet: AC, 12 and 97. RGB value is (172,18,151). Sum of RGB (Red+Green+Blue) = 172+18+151=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1297 is #53ED68. Grayscale: #4E4E4E. Windows color (decimal): -5500265 or 9900716. OLE color: 9900716.

HSL color Cylindrical-coordinate representation of color #AC1297: hue angle of 308.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1297 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 151 -
CMYK 0 0.90 0.12 0.33
HSL 308.18º 0.81% 0.37% -
HSV(B) 308.18º 0.9% 0.67% -
XYZ 22.82 11.44 30.28 -
YUV 79.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 172 18 151 0 0.90 0.12 0.33 308.18 0.81 0.37
Hex AC 12 97 0 5A C 21 134 51 25
Octal 254 22 227 0 132 14 41 464 121 45
Binary 10101100 10010 10010111 0 1011010 1100 100001 100110100 1010001 100101

Color Harmonies of #AC1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1297

Black with #AC1297

Text Example


Text Example

White with #AC1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1297; }

 p { color: rgb(172,18,151); }

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

background-color css

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

 a { background-color: rgb(172,18,151); }

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

border-color css

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

 span { border-color: rgb(172,18,151); }

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