#AD3484

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

Shades of Medium Red Violet #AD3484

Tints of Medium Red Violet #AD3484

Color information

#AD3484 (or 0xAD3484) is unknown color: approx Medium Red Violet. HEX triplet: AD, 34 and 84. RGB value is (173,52,132). Sum of RGB (Red+Green+Blue) = 173+52+132=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3484 is #52CB7B. Grayscale: #616161. Windows color (decimal): -5426044 or 8664237. OLE color: 8664237.

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

Color convert

RGB17352132-
CMYK00.700.240.32
HSL320.33º53.78%44.12%-
HSV(B)320.33º69.94%67.84%-
XYZ22.6313.0123.15-
YUV97.3147.59182-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=48.46%
G=14.57%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735213200.700.240.32320.3353.7844.12
HexAD34840461820140362c
Octal25564204010630405006654
Binary10101101110100100001000100011011000100000101000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3484; }

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

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

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

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

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

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

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

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