#AD3882

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

Shades of Medium Red Violet #AD3882

Tints of Medium Red Violet #AD3882

Color information

#AD3882 (or 0xAD3882) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 82. RGB value is (173,56,130). Sum of RGB (Red+Green+Blue) = 173+56+130=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3882 is #52C77D. Grayscale: #636363. Windows color (decimal): -5425022 or 8534189. OLE color: 8534189.

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

Color convert

RGB17356130-
CMYK00.680.250.32
HSL322.05º51.09%44.9%-
HSV(B)322.05º67.63%67.84%-
XYZ22.6813.3222.5-
YUV99.42145.26180.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=48.19%
G=15.60%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735613000.680.250.32322.0551.0944.9
HexAD38820441920142332d
Octal25570202010431405026355
Binary10101101111000100000100100010011001100000101000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3882; }

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

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

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

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

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

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

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

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