Html Css Color HEX #AC097F Medium Violet Red

📋 copy color: '#AC097F'

red 172 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #AC097F

Tints of Medium Violet Red #AC097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 55.84%
G = 2.92%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC097F (or 0xAC097F) is known color: Medium Violet Red. HEX triplet: AC, 09 and 7F. RGB value is (172,9,127). Sum of RGB (Red+Green+Blue) = 172+9+127=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC097F is #53F680. Grayscale: #464646. Windows color (decimal): -5502593 or 8325548. OLE color: 8325548.

HSL color Cylindrical-coordinate representation of color #AC097F: hue angle of 316.56º 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 #AC097F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 127 -
CMYK 0 0.95 0.26 0.33
HSL 316.56º 0.9% 0.35% -
HSV(B) 316.56º 0.95% 0.67% -
XYZ 20.94 10.5 21 -
YUV 71.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 172 9 127 0 0.95 0.26 0.33 316.56 0.9 0.35
Hex AC 9 7F 0 5F 1A 21 13D 5A 23
Octal 254 11 177 0 137 32 41 475 132 43
Binary 10101100 1001 1111111 0 1011111 11010 100001 100111101 1011010 100011

Color Harmonies of #AC097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC097F

Black with #AC097F

Text Example


Text Example

White with #AC097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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