Html Css Color HEX #AD0083 Medium Violet Red

📋 copy color: '#AD0083'

red 173 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #AD0083

Tints of Medium Violet Red #AD0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.91%
G = 0%
B = 43.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD0083 (or 0xAD0083) is known color: Medium Violet Red. HEX triplet: AD, 00 and 83. RGB value is (173,0,131). Sum of RGB (Red+Green+Blue) = 173+0+131=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0083 is #52FF7C. Grayscale: #424242. Windows color (decimal): -5439357 or 8585389. OLE color: 8585389.

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

Color convert

RGB 173 0 131 -
CMYK 0 1 0.24 0.32
HSL 314.57º 1% 0.34% -
HSV(B) 314.57º 1% 0.68% -
XYZ 21.33 10.52 22.38 -
YUV 66.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 173 0 131 0 1 0.24 0.32 314.57 1 0.34
Hex AD 0 83 0 64 18 20 13B 64 22
Octal 255 0 203 0 144 30 40 473 144 42
Binary 10101101 0 10000011 0 1100100 11000 100000 100111011 1100100 100010

Color Harmonies of #AD0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0083

Black with #AD0083

Text Example


Text Example

White with #AD0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0083; }

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

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

background-color css

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

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

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

border-color css

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

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

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