Html Css Color HEX #AD2686 Medium Red Violet

📋 copy color: '#AD2686'

red 173 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #AD2686

Tints of Medium Red Violet #AD2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 50.14%
G = 11.01%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD2686 (or 0xAD2686) is known color: Medium Red Violet. HEX triplet: AD, 26 and 86. RGB value is (173,38,134). Sum of RGB (Red+Green+Blue) = 173+38+134=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2686 is #52D979. Grayscale: #595959. Windows color (decimal): -5429626 or 8791725. OLE color: 8791725.

HSL color Cylindrical-coordinate representation of color #AD2686: hue angle of 317.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2686 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 134 -
CMYK 0 0.78 0.23 0.32
HSL 317.33º 0.64% 0.41% -
HSV(B) 317.33º 0.78% 0.68% -
XYZ 22.23 11.99 23.7 -
YUV 89.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 173 38 134 0 0.78 0.23 0.32 317.33 0.64 0.41
Hex AD 26 86 0 4E 17 20 13D 40 29
Octal 255 46 206 0 116 27 40 475 100 51
Binary 10101101 100110 10000110 0 1001110 10111 100000 100111101 1000000 101001

Color Harmonies of #AD2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2686

Black with #AD2686

Text Example


Text Example

White with #AD2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2686; }

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

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

background-color css

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

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

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

border-color css

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

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

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