#AC3882

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

Shades of Medium Red Violet #AC3882

Tints of Medium Red Violet #AC3882

Color information

#AC3882 (or 0xAC3882) is unknown color: approx Medium Red Violet. HEX triplet: AC, 38 and 82. RGB value is (172,56,130). Sum of RGB (Red+Green+Blue) = 172+56+130=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3882 is #53C77D. Grayscale: #626262. Windows color (decimal): -5490558 or 8534188. OLE color: 8534188.

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

Color convert

RGB17256130-
CMYK00.670.240.33
HSL321.72º50.88%44.71%-
HSV(B)321.72º67.44%67.45%-
XYZ22.4613.2122.49-
YUV99.12145.43179.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=48.04%
G=15.64%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725613000.670.240.33321.7250.8844.71
HexAC38820431821142332d
Octal25470202010330415026355
Binary10101100111000100000100100001111000100001101000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3882; }

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

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

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

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

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

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

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

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