#AC3484

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

Shades of Medium Red Violet #AC3484

Tints of Medium Red Violet #AC3484

Color information

#AC3484 (or 0xAC3484) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 84. RGB value is (172,52,132). Sum of RGB (Red+Green+Blue) = 172+52+132=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3484 is #53CB7B. Grayscale: #606060. Windows color (decimal): -5491580 or 8664236. OLE color: 8664236.

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

Color convert

RGB17252132-
CMYK00.700.230.33
HSL320º53.57%43.92%-
HSV(B)320º69.77%67.45%-
XYZ22.4112.8923.14-
YUV97147.76181.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=48.31%
G=14.61%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725213200.700.230.3332053.5743.92
HexAC34840461721140362c
Octal25464204010627415006654
Binary10101100110100100001000100011010111100001101000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3484; }

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

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

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

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

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

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

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

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