Html Css Color HEX #AD3882 Medium Red Violet

📋 copy color: '#AD3882'

red 173 ◦ green 56 ◦ blue 130

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

Shades of Medium Red Violet #AD3882

Tints of Medium Red Violet #AD3882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 48.19%
G = 15.6%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD3882 (or 0xAD3882) is known color: Medium Red Violet. HEX triplet: AD, 38 and 82. RGB value is (173,56,130). Sum of RGB (Red+Green+Blue) = 173+56+130=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3882 is #52C77D. Grayscale: #636363. Windows color (decimal): -5425022 or 8534189. OLE color: 8534189.

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

Color convert

RGB 173 56 130 -
CMYK 0 0.68 0.25 0.32
HSL 322.05º 0.51% 0.45% -
HSV(B) 322.05º 0.68% 0.68% -
XYZ 22.68 13.32 22.5 -
YUV 99.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 173 56 130 0 0.68 0.25 0.32 322.05 0.51 0.45
Hex AD 38 82 0 44 19 20 142 33 2D
Octal 255 70 202 0 104 31 40 502 63 55
Binary 10101101 111000 10000010 0 1000100 11001 100000 101000010 110011 101101

Color Harmonies of #AD3882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3882

Black with #AD3882

Text Example


Text Example

White with #AD3882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3882; }

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

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

background-color css

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

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

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

border-color css

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

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

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