#AD4284

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

Shades of Medium Red Violet #AD4284

Tints of Medium Red Violet #AD4284

Color information

#AD4284 (or 0xAD4284) is unknown color: approx Medium Red Violet. HEX triplet: AD, 42 and 84. RGB value is (173,66,132). Sum of RGB (Red+Green+Blue) = 173+66+132=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4284 is #52BD7B. Grayscale: #696969. Windows color (decimal): -5422460 or 8667821. OLE color: 8667821.

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

Color convert

RGB17366132-
CMYK00.620.240.32
HSL322.99º44.77%46.86%-
HSV(B)322.99º61.85%67.84%-
XYZ23.3514.4523.39-
YUV105.52142.95176.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=46.63%
G=17.79%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736613200.620.240.32322.9944.7746.86
HexAD428403E18201432d2f
Octal25510220407630405035557
Binary10101101100001010000100011111011000100000101000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4284; }

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

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

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

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

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

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

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

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