Html Css Color HEX #AD308D Medium Red Violet

📋 copy color: '#AD308D'

red 173 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #AD308D

Tints of Medium Red Violet #AD308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 47.79%
G = 13.26%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD308D (or 0xAD308D) is known color: Medium Red Violet. HEX triplet: AD, 30 and 8D. RGB value is (173,48,141). Sum of RGB (Red+Green+Blue) = 173+48+141=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD308D is #52CF72. Grayscale: #5F5F5F. Windows color (decimal): -5427059 or 9253037. OLE color: 9253037.

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

Color convert

RGB 173 48 141 -
CMYK 0 0.72 0.18 0.32
HSL 315.36º 0.57% 0.43% -
HSV(B) 315.36º 0.72% 0.68% -
XYZ 23.1 12.92 26.48 -
YUV 95.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 173 48 141 0 0.72 0.18 0.32 315.36 0.57 0.43
Hex AD 30 8D 0 48 12 20 13B 39 2B
Octal 255 60 215 0 110 22 40 473 71 53
Binary 10101101 110000 10001101 0 1001000 10010 100000 100111011 111001 101011

Color Harmonies of #AD308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD308D

Black with #AD308D

Text Example


Text Example

White with #AD308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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