Html Css Color HEX #AD1483 Medium Violet Red

📋 copy color: '#AD1483'

red 173 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #AD1483

Tints of Medium Violet Red #AD1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

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

R = 53.4%
G = 6.17%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1483 (or 0xAD1483) is known color: Medium Violet Red. HEX triplet: AD, 14 and 83. RGB value is (173,20,131). Sum of RGB (Red+Green+Blue) = 173+20+131=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1483 is #52EB7C. Grayscale: #4E4E4E. Windows color (decimal): -5434237 or 8590509. OLE color: 8590509.

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

Color convert

RGB 173 20 131 -
CMYK 0 0.88 0.24 0.32
HSL 316.47º 0.79% 0.38% -
HSV(B) 316.47º 0.88% 0.68% -
XYZ 21.58 11.02 22.46 -
YUV 78.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 173 20 131 0 0.88 0.24 0.32 316.47 0.79 0.38
Hex AD 14 83 0 58 18 20 13C 4F 26
Octal 255 24 203 0 130 30 40 474 117 46
Binary 10101101 10100 10000011 0 1011000 11000 100000 100111100 1001111 100110

Color Harmonies of #AD1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1483

Black with #AD1483

Text Example


Text Example

White with #AD1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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