Html Css Color HEX #AD3086 Medium Red Violet

📋 copy color: '#AD3086'

red 173 ◦ green 48 ◦ blue 134

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

Shades of Medium Red Violet #AD3086

Tints of Medium Red Violet #AD3086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 48.73%
G = 13.52%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD3086 (or 0xAD3086) is known color: Medium Red Violet. HEX triplet: AD, 30 and 86. RGB value is (173,48,134). Sum of RGB (Red+Green+Blue) = 173+48+134=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3086 is #52CF79. Grayscale: #5E5E5E. Windows color (decimal): -5427066 or 8794285. OLE color: 8794285.

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

Color convert

RGB 173 48 134 -
CMYK 0 0.72 0.23 0.32
HSL 318.72º 0.57% 0.43% -
HSV(B) 318.72º 0.72% 0.68% -
XYZ 22.59 12.72 23.82 -
YUV 95.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 173 48 134 0 0.72 0.23 0.32 318.72 0.57 0.43
Hex AD 30 86 0 48 17 20 13F 39 2B
Octal 255 60 206 0 110 27 40 477 71 53
Binary 10101101 110000 10000110 0 1001000 10111 100000 100111111 111001 101011

Color Harmonies of #AD3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3086

Black with #AD3086

Text Example


Text Example

White with #AD3086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3086; }

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

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

background-color css

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

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

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

border-color css

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

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

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