#AD358D

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

Shades of Medium Red Violet #AD358D

Tints of Medium Red Violet #AD358D

Color information

#AD358D (or 0xAD358D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 35 and 8D. RGB value is (173,53,141). Sum of RGB (Red+Green+Blue) = 173+53+141=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358D is #52CA72. Grayscale: #626262. Windows color (decimal): -5425779 or 9254317. OLE color: 9254317.

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

Color convert

RGB17353141-
CMYK00.690.180.32
HSL316º53.1%44.31%-
HSV(B)316º69.36%67.84%-
XYZ23.3113.3526.55-
YUV98.91151.76180.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=47.14%
G=14.44%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735314100.690.180.3231653.144.31
HexAD358D045122013c352c
Octal25565215010522404746554
Binary10101101110101100011010100010110010100000100111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD358D; }

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

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

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

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

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

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

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

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