#AD35A4

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

Shades of Medium Red Violet #AD35A4

Tints of Medium Red Violet #AD35A4

Color information

#AD35A4 (or 0xAD35A4) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and A4. RGB value is (173,53,164). Sum of RGB (Red+Green+Blue) = 173+53+164=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A4 is #52CA5B. Grayscale: #656565. Windows color (decimal): -5425756 or 10761645. OLE color: 10761645.

HSL color Cylindrical-coordinate representation of color #AD35A4: hue angle of 304.5º 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 #AD35A4 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17353164-
CMYK00.690.050.32
HSL304.5º53.1%44.31%-
HSV(B)304.5º69.36%67.84%-
XYZ25.2114.1136.52-
YUV101.53163.26178.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=44.36%
G=13.59%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735316400.690.050.32304.553.144.31
HexAD35A4045520130352c
Octal2556524401055404606554
Binary101011011101011010010001000101101100000100110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD35A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD35A4; }

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

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

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

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

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

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

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

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