Html Css Color HEX #AD2682 Medium Red Violet

📋 copy color: '#AD2682'

red 173 ◦ green 38 ◦ blue 130

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

Shades of Medium Red Violet #AD2682

Tints of Medium Red Violet #AD2682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

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

R = 50.73%
G = 11.14%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD2682 (or 0xAD2682) is known color: Medium Red Violet. HEX triplet: AD, 26 and 82. RGB value is (173,38,130). Sum of RGB (Red+Green+Blue) = 173+38+130=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2682 is #52D97D. Grayscale: #585858. Windows color (decimal): -5429630 or 8529581. OLE color: 8529581.

HSL color Cylindrical-coordinate representation of color #AD2682: hue angle of 319.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2682 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 130 -
CMYK 0 0.78 0.25 0.32
HSL 319.11º 0.64% 0.41% -
HSV(B) 319.11º 0.78% 0.68% -
XYZ 21.96 11.88 22.26 -
YUV 88.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 173 38 130 0 0.78 0.25 0.32 319.11 0.64 0.41
Hex AD 26 82 0 4E 19 20 13F 40 29
Octal 255 46 202 0 116 31 40 477 100 51
Binary 10101101 100110 10000010 0 1001110 11001 100000 100111111 1000000 101001

Color Harmonies of #AD2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2682

Black with #AD2682

Text Example


Text Example

White with #AD2682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2682; }

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

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

background-color css

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

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

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

border-color css

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

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

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