#AC3498

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

Shades of Medium Red Violet #AC3498

Tints of Medium Red Violet #AC3498

Color information

#AC3498 (or 0xAC3498) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 98. RGB value is (172,52,152). Sum of RGB (Red+Green+Blue) = 172+52+152=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3498 is #53CB67. Grayscale: #636363. Windows color (decimal): -5491560 or 9974956. OLE color: 9974956.

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

Color convert

RGB17252152-
CMYK00.700.120.33
HSL310º53.57%43.92%-
HSV(B)310º69.77%67.45%-
XYZ23.9113.4931.05-
YUV99.28157.76179.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=45.74%
G=13.83%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725215200.700.120.3331053.5743.92
HexAC3498046C21136362c
Octal25464230010614414666654
Binary1010110011010010011000010001101100100001100110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3498; }

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

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

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

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

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

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

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

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