#AC3482

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

Shades of Medium Red Violet #AC3482

Tints of Medium Red Violet #AC3482

Color information

#AC3482 (or 0xAC3482) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 82. RGB value is (172,52,130). Sum of RGB (Red+Green+Blue) = 172+52+130=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3482 is #53CB7D. Grayscale: #606060. Windows color (decimal): -5491582 or 8533164. OLE color: 8533164.

HSL color Cylindrical-coordinate representation of color #AC3482: hue angle of 321º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3482 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17252130-
CMYK00.700.240.33
HSL321º53.57%43.92%-
HSV(B)321º69.77%67.45%-
XYZ22.2712.8422.42-
YUV96.77146.76181.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=48.59%
G=14.69%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725213000.700.240.3332153.5743.92
HexAC34820461821141362c
Octal25464202010630415016654
Binary10101100110100100000100100011011000100001101000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3482; }

 p { color: rgb(172,52,130); }

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

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

 a { background-color: rgb(172,52,130); }

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

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

 span { border-color: rgb(172,52,130); }

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