Html Css Color HEX #AC299E Medium Red Violet

📋 copy color: '#AC299E'

red 172 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #AC299E

Tints of Medium Red Violet #AC299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 46.36%
G = 11.05%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC299E (or 0xAC299E) is known color: Medium Red Violet. HEX triplet: AC, 29 and 9E. RGB value is (172,41,158). Sum of RGB (Red+Green+Blue) = 172+41+158=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC299E is #53D661. Grayscale: #5D5D5D. Windows color (decimal): -5494370 or 10365356. OLE color: 10365356.

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

Color convert

RGB 172 41 158 -
CMYK 0 0.76 0.08 0.33
HSL 306.41º 0.62% 0.42% -
HSV(B) 306.41º 0.76% 0.67% -
XYZ 23.98 12.83 33.56 -
YUV 93.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 172 41 158 0 0.76 0.08 0.33 306.41 0.62 0.42
Hex AC 29 9E 0 4C 8 21 132 3E 2A
Octal 254 51 236 0 114 10 41 462 76 52
Binary 10101100 101001 10011110 0 1001100 1000 100001 100110010 111110 101010

Color Harmonies of #AC299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC299E

Black with #AC299E

Text Example


Text Example

White with #AC299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC299E; }

 p { color: rgb(172,41,158); }

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

background-color css

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

 a { background-color: rgb(172,41,158); }

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

border-color css

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

 span { border-color: rgb(172,41,158); }

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