Html Css Color HEX #AC1098 Medium Violet Red

📋 copy color: '#AC1098'

red 172 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #AC1098

Tints of Medium Violet Red #AC1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 50.59%
G = 4.71%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1098 (or 0xAC1098) is known color: Medium Violet Red. HEX triplet: AC, 10 and 98. RGB value is (172,16,152). Sum of RGB (Red+Green+Blue) = 172+16+152=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1098 is #53EF67. Grayscale: #4D4D4D. Windows color (decimal): -5500776 or 9965740. OLE color: 9965740.

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

Color convert

RGB 172 16 152 -
CMYK 0 0.91 0.12 0.33
HSL 307.69º 0.83% 0.37% -
HSV(B) 307.69º 0.91% 0.67% -
XYZ 22.87 11.41 30.7 -
YUV 78.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 172 16 152 0 0.91 0.12 0.33 307.69 0.83 0.37
Hex AC 10 98 0 5B C 21 134 53 25
Octal 254 20 230 0 133 14 41 464 123 45
Binary 10101100 10000 10011000 0 1011011 1100 100001 100110100 1010011 100101

Color Harmonies of #AC1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1098

Black with #AC1098

Text Example


Text Example

White with #AC1098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1098; }

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

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

background-color css

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

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

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

border-color css

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

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

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