#AD2E8A

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

Shades of Medium Red Violet #AD2E8A

Tints of Medium Red Violet #AD2E8A

Color information

#AD2E8A (or 0xAD2E8A) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2E and 8A. RGB value is (173,46,138). Sum of RGB (Red+Green+Blue) = 173+46+138=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2E8A is #52D175. Grayscale: #5E5E5E. Windows color (decimal): -5427574 or 9055917. OLE color: 9055917.

HSL color Cylindrical-coordinate representation of color #AD2E8A: hue angle of 316.54º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E8A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17346138-
CMYK00.730.200.32
HSL316.54º57.99%42.94%-
HSV(B)316.54º73.41%67.84%-
XYZ22.812.6725.29-
YUV94.46152.58184.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=48.46%
G=12.89%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734613800.730.200.32316.5457.9942.94
HexAD2E8A049142013d3a2b
Octal25556212011124404757253
Binary10101101101110100010100100100110100100000100111101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E8A; }

 p { color: rgb(173,46,138); }

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

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

 a { background-color: rgb(173,46,138); }

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

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

 span { border-color: rgb(173,46,138); }

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