Html Css Color HEX #AC1698 Medium Violet Red

📋 copy color: '#AC1698'

red 172 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #AC1698

Tints of Medium Violet Red #AC1698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.36%

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

R = 49.71%
G = 6.36%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1698 (or 0xAC1698) is known color: Medium Violet Red. HEX triplet: AC, 16 and 98. RGB value is (172,22,152). Sum of RGB (Red+Green+Blue) = 172+22+152=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1698 is #53E967. Grayscale: #515151. Windows color (decimal): -5499240 or 9967276. OLE color: 9967276.

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

Color convert

RGB 172 22 152 -
CMYK 0 0.87 0.12 0.33
HSL 308º 0.77% 0.38% -
HSV(B) 308º 0.87% 0.67% -
XYZ 22.97 11.61 30.74 -
YUV 81.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 172 22 152 0 0.87 0.12 0.33 308 0.77 0.38
Hex AC 16 98 0 57 C 21 134 4D 26
Octal 254 26 230 0 127 14 41 464 115 46
Binary 10101100 10110 10011000 0 1010111 1100 100001 100110100 1001101 100110

Color Harmonies of #AC1698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1698

Black with #AC1698

Text Example


Text Example

White with #AC1698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1698; }

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

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

background-color css

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

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

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

border-color css

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

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

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