#AD308A

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

Shades of Medium Red Violet #AD308A

Tints of Medium Red Violet #AD308A

Color information

#AD308A (or 0xAD308A) is unknown color: approx Medium Red Violet. HEX triplet: AD, 30 and 8A. RGB value is (173,48,138). Sum of RGB (Red+Green+Blue) = 173+48+138=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD308A is #52CF75. Grayscale: #5F5F5F. Windows color (decimal): -5427062 or 9056429. OLE color: 9056429.

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

Color convert

RGB17348138-
CMYK00.720.200.32
HSL316.8º56.56%43.33%-
HSV(B)316.8º72.25%67.84%-
XYZ22.8812.8325.32-
YUV95.64151.91183.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=48.19%
G=13.37%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734813800.720.200.32316.856.5643.33
HexAD308A048142013d392b
Octal25560212011024404757153
Binary10101101110000100010100100100010100100000100111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD308A; }

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

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

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

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

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

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

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

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