Html Css Color HEX #AC098C Medium Violet Red

📋 copy color: '#AC098C'

red 172 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #AC098C

Tints of Medium Violet Red #AC098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 53.58%
G = 2.8%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC098C (or 0xAC098C) is known color: Medium Violet Red. HEX triplet: AC, 09 and 8C. RGB value is (172,9,140). Sum of RGB (Red+Green+Blue) = 172+9+140=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC098C is #53F673. Grayscale: #484848. Windows color (decimal): -5502580 or 9177516. OLE color: 9177516.

HSL color Cylindrical-coordinate representation of color #AC098C: hue angle of 311.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC098C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 140 -
CMYK 0 0.95 0.19 0.33
HSL 311.78º 0.9% 0.35% -
HSV(B) 311.78º 0.95% 0.67% -
XYZ 21.84 10.86 25.76 -
YUV 72.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 172 9 140 0 0.95 0.19 0.33 311.78 0.9 0.35
Hex AC 9 8C 0 5F 13 21 138 5A 23
Octal 254 11 214 0 137 23 41 470 132 43
Binary 10101100 1001 10001100 0 1011111 10011 100001 100111000 1011010 100011

Color Harmonies of #AC098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC098C

Black with #AC098C

Text Example


Text Example

White with #AC098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC098C; }

 p { color: rgb(172,9,140); }

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

background-color css

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

 a { background-color: rgb(172,9,140); }

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

border-color css

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

 span { border-color: rgb(172,9,140); }

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