Html Css Color HEX #AD307D Medium Red Violet

📋 copy color: '#AD307D'

red 173 ◦ green 48 ◦ blue 125

#AD307D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AD307D

Tints of Medium Red Violet #AD307D

RGB

 RED value IS 173 (67.97% from 255) = 50%

 GREEN value IS 48 (19.14% from 255) = 13.87%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 50%
G = 13.87%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD307D (or 0xAD307D) is known color: Medium Red Violet. HEX triplet: AD, 30 and 7D. RGB value is (173,48,125). Sum of RGB (Red+Green+Blue) = 173+48+125=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD307D is #52CF82. Grayscale: #5D5D5D. Windows color (decimal): -5427075 or 8204461. OLE color: 8204461.

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

Color convert

RGB 173 48 125 -
CMYK 0 0.72 0.28 0.32
HSL 323.04º 0.57% 0.43% -
HSV(B) 323.04º 0.72% 0.68% -
XYZ 21.99 12.48 20.65 -
YUV 94.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 173 48 125 0 0.72 0.28 0.32 323.04 0.57 0.43
Hex AD 30 7D 0 48 1C 20 143 39 2B
Octal 255 60 175 0 110 34 40 503 71 53
Binary 10101101 110000 1111101 0 1001000 11100 100000 101000011 111001 101011

Color Harmonies of #AD307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD307D

Black with #AD307D

Text Example


Text Example

White with #AD307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD307D; }

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

 H1.HeaderClassName
 {
   color: #AD307D;
 }
 .AnyTagClassName
 {
   color: #AD307D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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