Html Css Color HEX #AC358B Medium Red Violet

📋 copy color: '#AC358B'

red 172 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #AC358B

Tints of Medium Red Violet #AC358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 47.25%
G = 14.56%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC358B (or 0xAC358B) is known color: Medium Red Violet. HEX triplet: AC, 35 and 8B. RGB value is (172,53,139). Sum of RGB (Red+Green+Blue) = 172+53+139=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358B is #53CA74. Grayscale: #626262. Windows color (decimal): -5491317 or 9123244. OLE color: 9123244.

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

Color convert

RGB 172 53 139 -
CMYK 0 0.69 0.19 0.33
HSL 316.64º 0.53% 0.44% -
HSV(B) 316.64º 0.69% 0.67% -
XYZ 22.95 13.18 25.76 -
YUV 98.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 172 53 139 0 0.69 0.19 0.33 316.64 0.53 0.44
Hex AC 35 8B 0 45 13 21 13D 35 2C
Octal 254 65 213 0 105 23 41 475 65 54
Binary 10101100 110101 10001011 0 1000101 10011 100001 100111101 110101 101100

Color Harmonies of #AC358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC358B

Black with #AC358B

Text Example


Text Example

White with #AC358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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