Html Css Color HEX #AD1785 Medium Violet Red

📋 copy color: '#AD1785'

red 173 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #AD1785

Tints of Medium Violet Red #AD1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 52.58%
G = 6.99%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1785 (or 0xAD1785) is known color: Medium Violet Red. HEX triplet: AD, 17 and 85. RGB value is (173,23,133). Sum of RGB (Red+Green+Blue) = 173+23+133=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1785 is #52E87A. Grayscale: #505050. Windows color (decimal): -5433467 or 8722349. OLE color: 8722349.

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

Color convert

RGB 173 23 133 -
CMYK 0 0.87 0.23 0.32
HSL 316º 0.77% 0.38% -
HSV(B) 316º 0.87% 0.68% -
XYZ 21.77 11.19 23.2 -
YUV 80.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 173 23 133 0 0.87 0.23 0.32 316 0.77 0.38
Hex AD 17 85 0 57 17 20 13C 4D 26
Octal 255 27 205 0 127 27 40 474 115 46
Binary 10101101 10111 10000101 0 1010111 10111 100000 100111100 1001101 100110

Color Harmonies of #AD1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1785

Black with #AD1785

Text Example


Text Example

White with #AD1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1785; }

 p { color: rgb(173,23,133); }

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

background-color css

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

 a { background-color: rgb(173,23,133); }

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

border-color css

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

 span { border-color: rgb(173,23,133); }

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