Html Css Color HEX #AD2483 Medium Red Violet

📋 copy color: '#AD2483'

red 173 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #AD2483

Tints of Medium Red Violet #AD2483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 50.88%
G = 10.59%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD2483 (or 0xAD2483) is known color: Medium Red Violet. HEX triplet: AD, 24 and 83. RGB value is (173,36,131). Sum of RGB (Red+Green+Blue) = 173+36+131=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2483 is #52DB7C. Grayscale: #575757. Windows color (decimal): -5430141 or 8594605. OLE color: 8594605.

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

Color convert

RGB 173 36 131 -
CMYK 0 0.79 0.24 0.32
HSL 318.39º 0.66% 0.41% -
HSV(B) 318.39º 0.79% 0.68% -
XYZ 21.96 11.78 22.59 -
YUV 87.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 173 36 131 0 0.79 0.24 0.32 318.39 0.66 0.41
Hex AD 24 83 0 4F 18 20 13E 42 29
Octal 255 44 203 0 117 30 40 476 102 51
Binary 10101101 100100 10000011 0 1001111 11000 100000 100111110 1000010 101001

Color Harmonies of #AD2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2483

Black with #AD2483

Text Example


Text Example

White with #AD2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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