Html Css Color HEX #AC358E Medium Red Violet

📋 copy color: '#AC358E'

red 172 ◦ green 53 ◦ blue 142

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

Shades of Medium Red Violet #AC358E

Tints of Medium Red Violet #AC358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 46.87%
G = 14.44%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC358E (or 0xAC358E) is known color: Medium Red Violet. HEX triplet: AC, 35 and 8E. RGB value is (172,53,142). Sum of RGB (Red+Green+Blue) = 172+53+142=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358E is #53CA71. Grayscale: #626262. Windows color (decimal): -5491314 or 9319852. OLE color: 9319852.

HSL color Cylindrical-coordinate representation of color #AC358E: hue angle of 315.13º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC358E is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 53 142 -
CMYK 0 0.69 0.17 0.33
HSL 315.13º 0.53% 0.44% -
HSV(B) 315.13º 0.69% 0.67% -
XYZ 23.17 13.27 26.93 -
YUV 98.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 172 53 142 0 0.69 0.17 0.33 315.13 0.53 0.44
Hex AC 35 8E 0 45 11 21 13B 35 2C
Octal 254 65 216 0 105 21 41 473 65 54
Binary 10101100 110101 10001110 0 1000101 10001 100001 100111011 110101 101100

Color Harmonies of #AC358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC358E

Black with #AC358E

Text Example


Text Example

White with #AC358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC358E; }

 p { color: rgb(172,53,142); }

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

background-color css

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

 a { background-color: rgb(172,53,142); }

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

border-color css

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

 span { border-color: rgb(172,53,142); }

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