Html Css Color HEX #AD238C Medium Red Violet

📋 copy color: '#AD238C'

red 173 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #AD238C

Tints of Medium Red Violet #AD238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 49.71%
G = 10.06%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD238C (or 0xAD238C) is known color: Medium Red Violet. HEX triplet: AD, 23 and 8C. RGB value is (173,35,140). Sum of RGB (Red+Green+Blue) = 173+35+140=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD238C is #52DC73. Grayscale: #575757. Windows color (decimal): -5430388 or 9184173. OLE color: 9184173.

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

Color convert

RGB 173 35 140 -
CMYK 0 0.80 0.19 0.32
HSL 314.35º 0.66% 0.41% -
HSV(B) 314.35º 0.8% 0.68% -
XYZ 22.57 11.98 25.93 -
YUV 88.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 173 35 140 0 0.80 0.19 0.32 314.35 0.66 0.41
Hex AD 23 8C 0 50 13 20 13A 42 29
Octal 255 43 214 0 120 23 40 472 102 51
Binary 10101101 100011 10001100 0 1010000 10011 100000 100111010 1000010 101001

Color Harmonies of #AD238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD238C

Black with #AD238C

Text Example


Text Example

White with #AD238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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