Html Css Color HEX #AD238B Medium Red Violet

📋 copy color: '#AD238B'

red 173 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #AD238B

Tints of Medium Red Violet #AD238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 49.86%
G = 10.09%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD238B (or 0xAD238B) is known color: Medium Red Violet. HEX triplet: AD, 23 and 8B. RGB value is (173,35,139). Sum of RGB (Red+Green+Blue) = 173+35+139=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD238B is #52DC74. Grayscale: #575757. Windows color (decimal): -5430389 or 9118637. OLE color: 9118637.

HSL color Cylindrical-coordinate representation of color #AD238B: hue angle of 314.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD238B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 139 -
CMYK 0 0.80 0.20 0.32
HSL 314.78º 0.66% 0.41% -
HSV(B) 314.78º 0.8% 0.68% -
XYZ 22.49 11.95 25.55 -
YUV 88.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 173 35 139 0 0.80 0.20 0.32 314.78 0.66 0.41
Hex AD 23 8B 0 50 14 20 13B 42 29
Octal 255 43 213 0 120 24 40 473 102 51
Binary 10101101 100011 10001011 0 1010000 10100 100000 100111011 1000010 101001

Color Harmonies of #AD238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD238B

Black with #AD238B

Text Example


Text Example

White with #AD238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD238B; }

 p { color: rgb(173,35,139); }

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

background-color css

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

 a { background-color: rgb(173,35,139); }

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

border-color css

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

 span { border-color: rgb(173,35,139); }

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