#AD35A3

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

Shades of Medium Red Violet #AD35A3

Tints of Medium Red Violet #AD35A3

Color information

#AD35A3 (or 0xAD35A3) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and A3. RGB value is (173,53,163). Sum of RGB (Red+Green+Blue) = 173+53+163=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A3 is #52CA5C. Grayscale: #656565. Windows color (decimal): -5425757 or 10696109. OLE color: 10696109.

HSL color Cylindrical-coordinate representation of color #AD35A3: hue angle of 305º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD35A3 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB17353163-
CMYK00.690.060.32
HSL305º53.1%44.31%-
HSV(B)305º69.36%67.84%-
XYZ25.1214.0736.04-
YUV101.42162.76179.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=44.47%
G=13.62%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735316300.690.060.3230553.144.31
HexAD35A3045620131352c
Octal2556524301056404616554
Binary101011011101011010001101000101110100000100110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35A3; }

 p { color: rgb(173,53,163); }

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

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

 a { background-color: rgb(173,53,163); }

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

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

 span { border-color: rgb(173,53,163); }

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