Html Css Color HEX #AD3C88 Medium Red Violet

📋 copy color: '#AD3C88'

red 173 ◦ green 60 ◦ blue 136

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

Shades of Medium Red Violet #AD3C88

Tints of Medium Red Violet #AD3C88

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.26%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 46.88%
G = 16.26%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD3C88 (or 0xAD3C88) is known color: Medium Red Violet. HEX triplet: AD, 3C and 88. RGB value is (173,60,136). Sum of RGB (Red+Green+Blue) = 173+60+136=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3C88 is #52C377. Grayscale: #666666. Windows color (decimal): -5423992 or 8928429. OLE color: 8928429.

HSL color Cylindrical-coordinate representation of color #AD3C88: hue angle of 319.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3C88 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 60 136 -
CMYK 0 0.65 0.21 0.32
HSL 319.65º 0.48% 0.46% -
HSV(B) 319.65º 0.65% 0.68% -
XYZ 23.29 13.89 24.75 -
YUV 102.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 173 60 136 0 0.65 0.21 0.32 319.65 0.48 0.46
Hex AD 3C 88 0 41 15 20 140 30 2E
Octal 255 74 210 0 101 25 40 500 60 56
Binary 10101101 111100 10001000 0 1000001 10101 100000 101000000 110000 101110

Color Harmonies of #AD3C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C88

Black with #AD3C88

Text Example


Text Example

White with #AD3C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C88; }

 p { color: rgb(173,60,136); }

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

background-color css

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

 a { background-color: rgb(173,60,136); }

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

border-color css

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

 span { border-color: rgb(173,60,136); }

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