#AD309B

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

Shades of Medium Red Violet #AD309B

Tints of Medium Red Violet #AD309B

Color information

#AD309B (or 0xAD309B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 9B. RGB value is (173,48,155). Sum of RGB (Red+Green+Blue) = 173+48+155=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309B is #52CF64. Grayscale: #616161. Windows color (decimal): -5427045 or 10170541. OLE color: 10170541.

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

Color convert

RGB17348155-
CMYK00.720.100.32
HSL308.64º56.56%43.33%-
HSV(B)308.64º72.25%67.84%-
XYZ24.2113.3632.31-
YUV97.57160.41181.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=46.01%
G=12.77%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734815500.720.100.32308.6456.5643.33
HexAD309B048A20135392b
Octal25560233011012404657153
Binary1010110111000010011011010010001010100000100110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD309B; }

 p { color: rgb(173,48,155); }

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

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

 a { background-color: rgb(173,48,155); }

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

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

 span { border-color: rgb(173,48,155); }

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