Html Css Color HEX #AD389B Medium Red Violet

📋 copy color: '#AD389B'

red 173 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #AD389B

Tints of Medium Red Violet #AD389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 45.05%
G = 14.58%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD389B (or 0xAD389B) is known color: Medium Red Violet. HEX triplet: AD, 38 and 9B. RGB value is (173,56,155). Sum of RGB (Red+Green+Blue) = 173+56+155=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD389B is #52C764. Grayscale: #656565. Windows color (decimal): -5424997 or 10172589. OLE color: 10172589.

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

Color convert

RGB 173 56 155 -
CMYK 0 0.68 0.10 0.32
HSL 309.23º 0.51% 0.45% -
HSV(B) 309.23º 0.68% 0.68% -
XYZ 24.56 14.08 32.43 -
YUV 102.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 173 56 155 0 0.68 0.10 0.32 309.23 0.51 0.45
Hex AD 38 9B 0 44 A 20 135 33 2D
Octal 255 70 233 0 104 12 40 465 63 55
Binary 10101101 111000 10011011 0 1000100 1010 100000 100110101 110011 101101

Color Harmonies of #AD389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD389B

Black with #AD389B

Text Example


Text Example

White with #AD389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD389B; }

 p { color: rgb(173,56,155); }

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

background-color css

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

 a { background-color: rgb(173,56,155); }

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

border-color css

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

 span { border-color: rgb(173,56,155); }

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