Html Css Color HEX #AD369D Medium Red Violet

📋 copy color: '#AD369D'

red 173 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #AD369D

Tints of Medium Red Violet #AD369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 45.05%
G = 14.06%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD369D (or 0xAD369D) is known color: Medium Red Violet. HEX triplet: AD, 36 and 9D. RGB value is (173,54,157). Sum of RGB (Red+Green+Blue) = 173+54+157=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD369D is #52C962. Grayscale: #656565. Windows color (decimal): -5425507 or 10303149. OLE color: 10303149.

HSL color Cylindrical-coordinate representation of color #AD369D: hue angle of 308.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD369D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 157 -
CMYK 0 0.69 0.09 0.32
HSL 308.07º 0.52% 0.45% -
HSV(B) 308.07º 0.69% 0.68% -
XYZ 24.64 13.96 33.29 -
YUV 101.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 173 54 157 0 0.69 0.09 0.32 308.07 0.52 0.45
Hex AD 36 9D 0 45 9 20 134 34 2D
Octal 255 66 235 0 105 11 40 464 64 55
Binary 10101101 110110 10011101 0 1000101 1001 100000 100110100 110100 101101

Color Harmonies of #AD369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD369D

Black with #AD369D

Text Example


Text Example

White with #AD369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD369D; }

 p { color: rgb(173,54,157); }

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

background-color css

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

 a { background-color: rgb(173,54,157); }

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

border-color css

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

 span { border-color: rgb(173,54,157); }

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