Html Css Color HEX #AC1498 Medium Violet Red

📋 copy color: '#AC1498'

red 172 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #AC1498

Tints of Medium Violet Red #AC1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 50%
G = 5.81%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1498 (or 0xAC1498) is known color: Medium Violet Red. HEX triplet: AC, 14 and 98. RGB value is (172,20,152). Sum of RGB (Red+Green+Blue) = 172+20+152=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1498 is #53EB67. Grayscale: #505050. Windows color (decimal): -5499752 or 9966764. OLE color: 9966764.

HSL color Cylindrical-coordinate representation of color #AC1498: hue angle of 307.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1498 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 152 -
CMYK 0 0.88 0.12 0.33
HSL 307.89º 0.79% 0.38% -
HSV(B) 307.89º 0.88% 0.67% -
XYZ 22.93 11.54 30.72 -
YUV 80.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 172 20 152 0 0.88 0.12 0.33 307.89 0.79 0.38
Hex AC 14 98 0 58 C 21 134 4F 26
Octal 254 24 230 0 130 14 41 464 117 46
Binary 10101100 10100 10011000 0 1011000 1100 100001 100110100 1001111 100110

Color Harmonies of #AC1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1498

Black with #AC1498

Text Example


Text Example

White with #AC1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1498; }

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

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

background-color css

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

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

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

border-color css

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

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

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