Html Css Color HEX #AD0883 Medium Violet Red

📋 copy color: '#AD0883'

red 173 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #AD0883

Tints of Medium Violet Red #AD0883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 55.45%
G = 2.56%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD0883 (or 0xAD0883) is known color: Medium Violet Red. HEX triplet: AD, 08 and 83. RGB value is (173,8,131). Sum of RGB (Red+Green+Blue) = 173+8+131=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0883 is #52F77C. Grayscale: #474747. Windows color (decimal): -5437309 or 8587437. OLE color: 8587437.

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

Color convert

RGB 173 8 131 -
CMYK 0 0.95 0.24 0.32
HSL 315.27º 0.91% 0.35% -
HSV(B) 315.27º 0.95% 0.68% -
XYZ 21.42 10.7 22.41 -
YUV 71.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 173 8 131 0 0.95 0.24 0.32 315.27 0.91 0.35
Hex AD 8 83 0 5F 18 20 13B 5B 23
Octal 255 10 203 0 137 30 40 473 133 43
Binary 10101101 1000 10000011 0 1011111 11000 100000 100111011 1011011 100011

Color Harmonies of #AD0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0883

Black with #AD0883

Text Example


Text Example

White with #AD0883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0883; }

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

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

background-color css

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

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

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

border-color css

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

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

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