#AC358A

Color #AC358A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC358A

Tints of Medium Red Violet #AC358A

Color information

#AC358A (or 0xAC358A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 8A. RGB value is (172,53,138). Sum of RGB (Red+Green+Blue) = 172+53+138=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358A is #53CA75. Grayscale: #626262. Windows color (decimal): -5491318 or 9057708. OLE color: 9057708.

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

Color convert

RGB17253138-
CMYK00.690.200.33
HSL317.14º52.89%44.12%-
HSV(B)317.14º69.19%67.45%-
XYZ22.8713.1525.38-
YUV98.27150.42180.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=47.38%
G=14.60%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725313800.690.200.33317.1452.8944.12
HexAC358A045142113d352c
Octal25465212010524414756554
Binary10101100110101100010100100010110100100001100111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC358A; }

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

 H1.HeaderClassName
 {
   color: #AC358A;
 }
 .AnyTagClassName
 {
   color: #AC358A;
 }
</style>
background-color css

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

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

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

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

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

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