Html Css Color HEX #AD3280 Medium Red Violet

📋 copy color: '#AD3280'

red 173 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #AD3280

Tints of Medium Red Violet #AD3280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 49.29%
G = 14.25%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD3280 (or 0xAD3280) is known color: Medium Red Violet. HEX triplet: AD, 32 and 80. RGB value is (173,50,128). Sum of RGB (Red+Green+Blue) = 173+50+128=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3280 is #52CD7F. Grayscale: #5F5F5F. Windows color (decimal): -5426560 or 8401581. OLE color: 8401581.

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

Color convert

RGB 173 50 128 -
CMYK 0 0.71 0.26 0.32
HSL 321.95º 0.55% 0.44% -
HSV(B) 321.95º 0.71% 0.68% -
XYZ 22.27 12.72 21.7 -
YUV 95.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 173 50 128 0 0.71 0.26 0.32 321.95 0.55 0.44
Hex AD 32 80 0 47 1A 20 142 37 2C
Octal 255 62 200 0 107 32 40 502 67 54
Binary 10101101 110010 10000000 0 1000111 11010 100000 101000010 110111 101100

Color Harmonies of #AD3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3280

Black with #AD3280

Text Example


Text Example

White with #AD3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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