Html Css Color HEX #AD2185 Medium Red Violet

📋 copy color: '#AD2185'

red 173 ◦ green 33 ◦ blue 133

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

Shades of Medium Red Violet #AD2185

Tints of Medium Red Violet #AD2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

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

R = 51.03%
G = 9.73%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD2185 (or 0xAD2185) is known color: Medium Red Violet. HEX triplet: AD, 21 and 85. RGB value is (173,33,133). Sum of RGB (Red+Green+Blue) = 173+33+133=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2185 is #52DE7A. Grayscale: #565656. Windows color (decimal): -5430907 or 8724909. OLE color: 8724909.

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

Color convert

RGB 173 33 133 -
CMYK 0 0.81 0.23 0.32
HSL 317.14º 0.68% 0.4% -
HSV(B) 317.14º 0.81% 0.68% -
XYZ 22.01 11.67 23.28 -
YUV 86.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 173 33 133 0 0.81 0.23 0.32 317.14 0.68 0.4
Hex AD 21 85 0 51 17 20 13D 44 28
Octal 255 41 205 0 121 27 40 475 104 50
Binary 10101101 100001 10000101 0 1010001 10111 100000 100111101 1000100 101000

Color Harmonies of #AD2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2185

Black with #AD2185

Text Example


Text Example

White with #AD2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2185; }

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

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

background-color css

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

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

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

border-color css

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

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

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