Html Css Color HEX #AD3880 Medium Red Violet

📋 copy color: '#AD3880'

red 173 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #AD3880

Tints of Medium Red Violet #AD3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 48.46%
G = 15.69%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD3880 (or 0xAD3880) is known color: Medium Red Violet. HEX triplet: AD, 38 and 80. RGB value is (173,56,128). Sum of RGB (Red+Green+Blue) = 173+56+128=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3880 is #52C77F. Grayscale: #636363. Windows color (decimal): -5425024 or 8403117. OLE color: 8403117.

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

Color convert

RGB 173 56 128 -
CMYK 0 0.68 0.26 0.32
HSL 323.08º 0.51% 0.45% -
HSV(B) 323.08º 0.68% 0.68% -
XYZ 22.54 13.27 21.8 -
YUV 99.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 173 56 128 0 0.68 0.26 0.32 323.08 0.51 0.45
Hex AD 38 80 0 44 1A 20 143 33 2D
Octal 255 70 200 0 104 32 40 503 63 55
Binary 10101101 111000 10000000 0 1000100 11010 100000 101000011 110011 101101

Color Harmonies of #AD3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3880

Black with #AD3880

Text Example


Text Example

White with #AD3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3880; }

 p { color: rgb(173,56,128); }

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

background-color css

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

 a { background-color: rgb(173,56,128); }

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

border-color css

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

 span { border-color: rgb(173,56,128); }

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