Html Css Color HEX #AD237F Medium Red Violet

📋 copy color: '#AD237F'

red 173 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #AD237F

Tints of Medium Red Violet #AD237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 51.64%
G = 10.45%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD237F (or 0xAD237F) is known color: Medium Red Violet. HEX triplet: AD, 23 and 7F. RGB value is (173,35,127). Sum of RGB (Red+Green+Blue) = 173+35+127=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD237F is #52DC80. Grayscale: #565656. Windows color (decimal): -5430401 or 8332205. OLE color: 8332205.

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

Color convert

RGB 173 35 127 -
CMYK 0 0.80 0.27 0.32
HSL 320º 0.66% 0.41% -
HSV(B) 320º 0.8% 0.68% -
XYZ 21.67 11.62 21.18 -
YUV 86.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 173 35 127 0 0.80 0.27 0.32 320 0.66 0.41
Hex AD 23 7F 0 50 1B 20 140 42 29
Octal 255 43 177 0 120 33 40 500 102 51
Binary 10101101 100011 1111111 0 1010000 11011 100000 101000000 1000010 101001

Color Harmonies of #AD237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD237F

Black with #AD237F

Text Example


Text Example

White with #AD237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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