Html Css Color HEX #AC1898 Medium Violet Red

📋 copy color: '#AC1898'

red 172 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #AC1898

Tints of Medium Violet Red #AC1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

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

R = 49.43%
G = 6.9%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1898 (or 0xAC1898) is known color: Medium Violet Red. HEX triplet: AC, 18 and 98. RGB value is (172,24,152). Sum of RGB (Red+Green+Blue) = 172+24+152=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1898 is #53E767. Grayscale: #525252. Windows color (decimal): -5498728 or 9967788. OLE color: 9967788.

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

Color convert

RGB 172 24 152 -
CMYK 0 0.86 0.12 0.33
HSL 308.11º 0.76% 0.38% -
HSV(B) 308.11º 0.86% 0.67% -
XYZ 23.01 11.69 30.75 -
YUV 82.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 172 24 152 0 0.86 0.12 0.33 308.11 0.76 0.38
Hex AC 18 98 0 56 C 21 134 4C 26
Octal 254 30 230 0 126 14 41 464 114 46
Binary 10101100 11000 10011000 0 1010110 1100 100001 100110100 1001100 100110

Color Harmonies of #AC1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1898

Black with #AC1898

Text Example


Text Example

White with #AC1898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1898; }

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

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

background-color css

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

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

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

border-color css

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

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

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