Html Css Color HEX #AD288B Medium Red Violet

📋 copy color: '#AD288B'

red 173 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #AD288B

Tints of Medium Red Violet #AD288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 49.15%
G = 11.36%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD288B (or 0xAD288B) is known color: Medium Red Violet. HEX triplet: AD, 28 and 8B. RGB value is (173,40,139). Sum of RGB (Red+Green+Blue) = 173+40+139=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD288B is #52D774. Grayscale: #5A5A5A. Windows color (decimal): -5429109 or 9119917. OLE color: 9119917.

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

Color convert

RGB 173 40 139 -
CMYK 0 0.77 0.20 0.32
HSL 315.34º 0.62% 0.42% -
HSV(B) 315.34º 0.77% 0.68% -
XYZ 22.65 12.27 25.6 -
YUV 91.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 173 40 139 0 0.77 0.20 0.32 315.34 0.62 0.42
Hex AD 28 8B 0 4D 14 20 13B 3E 2A
Octal 255 50 213 0 115 24 40 473 76 52
Binary 10101101 101000 10001011 0 1001101 10100 100000 100111011 111110 101010

Color Harmonies of #AD288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD288B

Black with #AD288B

Text Example


Text Example

White with #AD288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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