Html Css Color HEX #AC1198 Medium Violet Red

📋 copy color: '#AC1198'

red 172 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #AC1198

Tints of Medium Violet Red #AC1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 50.44%
G = 4.99%
B = 44.57%

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

#AC1198 (or 0xAC1198) is known color: Medium Violet Red. HEX triplet: AC, 11 and 98. RGB value is (172,17,152). Sum of RGB (Red+Green+Blue) = 172+17+152=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1198 is #53EE67. Grayscale: #4E4E4E. Windows color (decimal): -5500520 or 9965996. OLE color: 9965996.

HSL color Cylindrical-coordinate representation of color #AC1198: hue angle of 307.74º degrees, saturation: 0.82, 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 #AC1198 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 152 -
CMYK 0 0.90 0.12 0.33
HSL 307.74º 0.82% 0.37% -
HSV(B) 307.74º 0.9% 0.67% -
XYZ 22.88 11.44 30.71 -
YUV 78.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 172 17 152 0 0.90 0.12 0.33 307.74 0.82 0.37
Hex AC 11 98 0 5A C 21 134 52 25
Octal 254 21 230 0 132 14 41 464 122 45
Binary 10101100 10001 10011000 0 1011010 1100 100001 100110100 1010010 100101

Color Harmonies of #AC1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1198

Black with #AC1198

Text Example


Text Example

White with #AC1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1198; }

 p { color: rgb(172,17,152); }

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

background-color css

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

 a { background-color: rgb(172,17,152); }

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

border-color css

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

 span { border-color: rgb(172,17,152); }

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