Html Css Color HEX #AD2485 Medium Red Violet

📋 copy color: '#AD2485'

red 173 ◦ green 36 ◦ blue 133

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

Shades of Medium Red Violet #AD2485

Tints of Medium Red Violet #AD2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 50.58%
G = 10.53%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD2485 (or 0xAD2485) is known color: Medium Red Violet. HEX triplet: AD, 24 and 85. RGB value is (173,36,133). Sum of RGB (Red+Green+Blue) = 173+36+133=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2485 is #52DB7A. Grayscale: #575757. Windows color (decimal): -5430139 or 8725677. OLE color: 8725677.

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

Color convert

RGB 173 36 133 -
CMYK 0 0.79 0.23 0.32
HSL 317.52º 0.66% 0.41% -
HSV(B) 317.52º 0.79% 0.68% -
XYZ 22.1 11.84 23.31 -
YUV 88.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 173 36 133 0 0.79 0.23 0.32 317.52 0.66 0.41
Hex AD 24 85 0 4F 17 20 13E 42 29
Octal 255 44 205 0 117 27 40 476 102 51
Binary 10101101 100100 10000101 0 1001111 10111 100000 100111110 1000010 101001

Color Harmonies of #AD2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2485

Black with #AD2485

Text Example


Text Example

White with #AD2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2485; }

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

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

background-color css

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

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

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

border-color css

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

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

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