Html Css Color HEX #AD398A Medium Red Violet

📋 copy color: '#AD398A'

red 173 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #AD398A

Tints of Medium Red Violet #AD398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 47.01%
G = 15.49%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD398A (or 0xAD398A) is known color: Medium Red Violet. HEX triplet: AD, 39 and 8A. RGB value is (173,57,138). Sum of RGB (Red+Green+Blue) = 173+57+138=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD398A is #52C675. Grayscale: #646464. Windows color (decimal): -5424758 or 9058733. OLE color: 9058733.

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

Color convert

RGB 173 57 138 -
CMYK 0 0.67 0.20 0.32
HSL 318.1º 0.5% 0.45% -
HSV(B) 318.1º 0.67% 0.68% -
XYZ 23.28 13.65 25.45 -
YUV 100.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 173 57 138 0 0.67 0.20 0.32 318.1 0.5 0.45
Hex AD 39 8A 0 43 14 20 13E 32 2D
Octal 255 71 212 0 103 24 40 476 62 55
Binary 10101101 111001 10001010 0 1000011 10100 100000 100111110 110010 101101

Color Harmonies of #AD398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD398A

Black with #AD398A

Text Example


Text Example

White with #AD398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD398A; }

 p { color: rgb(173,57,138); }

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

background-color css

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

 a { background-color: rgb(173,57,138); }

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

border-color css

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

 span { border-color: rgb(173,57,138); }

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