Html Css Color HEX #AD257E Medium Red Violet

📋 copy color: '#AD257E'

red 173 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #AD257E

Tints of Medium Red Violet #AD257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 51.49%
G = 11.01%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD257E (or 0xAD257E) is known color: Medium Red Violet. HEX triplet: AD, 25 and 7E. RGB value is (173,37,126). Sum of RGB (Red+Green+Blue) = 173+37+126=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD257E is #52DA81. Grayscale: #575757. Windows color (decimal): -5429890 or 8267181. OLE color: 8267181.

HSL color Cylindrical-coordinate representation of color #AD257E: hue angle of 320.74º 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 #AD257E is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 126 -
CMYK 0 0.79 0.27 0.32
HSL 320.74º 0.65% 0.41% -
HSV(B) 320.74º 0.79% 0.68% -
XYZ 21.66 11.71 20.86 -
YUV 87.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 173 37 126 0 0.79 0.27 0.32 320.74 0.65 0.41
Hex AD 25 7E 0 4F 1B 20 141 41 29
Octal 255 45 176 0 117 33 40 501 101 51
Binary 10101101 100101 1111110 0 1001111 11011 100000 101000001 1000001 101001

Color Harmonies of #AD257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD257E

Black with #AD257E

Text Example


Text Example

White with #AD257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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