#AD3B93

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

Shades of Medium Red Violet #AD3B93

Tints of Medium Red Violet #AD3B93

Color information

#AD3B93 (or 0xAD3B93) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3B and 93. RGB value is (173,59,147). Sum of RGB (Red+Green+Blue) = 173+59+147=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3B93 is #52C46C. Grayscale: #666666. Windows color (decimal): -5424237 or 9649069. OLE color: 9649069.

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

Color convert

RGB17359147-
CMYK00.660.150.32
HSL313.68º49.14%45.49%-
HSV(B)313.68º65.9%67.84%-
XYZ24.0614.1229.06-
YUV103.12152.77177.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=45.65%
G=15.57%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735914700.660.150.32313.6849.1445.49
HexAD3B93042F2013a312d
Octal25573223010217404726155
Binary1010110111101110010011010000101111100000100111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B93; }

 p { color: rgb(173,59,147); }

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

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

 a { background-color: rgb(173,59,147); }

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

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

 span { border-color: rgb(173,59,147); }

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