Html Css Color HEX #AD2588 Medium Red Violet

📋 copy color: '#AD2588'

red 173 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #AD2588

Tints of Medium Red Violet #AD2588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 50%
G = 10.69%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD2588 (or 0xAD2588) is known color: Medium Red Violet. HEX triplet: AD, 25 and 88. RGB value is (173,37,136). Sum of RGB (Red+Green+Blue) = 173+37+136=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2588 is #52DA77. Grayscale: #585858. Windows color (decimal): -5429880 or 8922541. OLE color: 8922541.

HSL color Cylindrical-coordinate representation of color #AD2588: hue angle of 316.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2588 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 136 -
CMYK 0 0.79 0.21 0.32
HSL 316.32º 0.65% 0.41% -
HSV(B) 316.32º 0.79% 0.68% -
XYZ 22.34 11.98 24.43 -
YUV 88.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 173 37 136 0 0.79 0.21 0.32 316.32 0.65 0.41
Hex AD 25 88 0 4F 15 20 13C 41 29
Octal 255 45 210 0 117 25 40 474 101 51
Binary 10101101 100101 10001000 0 1001111 10101 100000 100111100 1000001 101001

Color Harmonies of #AD2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2588

Black with #AD2588

Text Example


Text Example

White with #AD2588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2588; }

 p { color: rgb(173,37,136); }

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

background-color css

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

 a { background-color: rgb(173,37,136); }

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

border-color css

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

 span { border-color: rgb(173,37,136); }

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