Html Css Color HEX #AD3388 Medium Red Violet

📋 copy color: '#AD3388'

red 173 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #AD3388

Tints of Medium Red Violet #AD3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.17%

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

R = 48.06%
G = 14.17%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD3388 (or 0xAD3388) is known color: Medium Red Violet. HEX triplet: AD, 33 and 88. RGB value is (173,51,136). Sum of RGB (Red+Green+Blue) = 173+51+136=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3388 is #52CC77. Grayscale: #606060. Windows color (decimal): -5426296 or 8926125. OLE color: 8926125.

HSL color Cylindrical-coordinate representation of color #AD3388: hue angle of 318.2º degrees, saturation: 0.54, 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 #AD3388 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 136 -
CMYK 0 0.71 0.21 0.32
HSL 318.2º 0.54% 0.44% -
HSV(B) 318.2º 0.71% 0.68% -
XYZ 22.86 13.03 24.6 -
YUV 97.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 173 51 136 0 0.71 0.21 0.32 318.2 0.54 0.44
Hex AD 33 88 0 47 15 20 13E 36 2C
Octal 255 63 210 0 107 25 40 476 66 54
Binary 10101101 110011 10001000 0 1000111 10101 100000 100111110 110110 101100

Color Harmonies of #AD3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3388

Black with #AD3388

Text Example


Text Example

White with #AD3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3388; }

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

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

background-color css

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

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

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

border-color css

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

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

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