Html Css Color HEX #AD228C Medium Red Violet

📋 copy color: '#AD228C'

red 173 ◦ green 34 ◦ blue 140

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

Shades of Medium Red Violet #AD228C

Tints of Medium Red Violet #AD228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 49.86%
G = 9.8%
B = 40.35%

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

#AD228C (or 0xAD228C) is known color: Medium Red Violet. HEX triplet: AD, 22 and 8C. RGB value is (173,34,140). Sum of RGB (Red+Green+Blue) = 173+34+140=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD228C is #52DD73. Grayscale: #575757. Windows color (decimal): -5430644 or 9183917. OLE color: 9183917.

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

Color convert

RGB 173 34 140 -
CMYK 0 0.80 0.19 0.32
HSL 314.24º 0.67% 0.41% -
HSV(B) 314.24º 0.8% 0.68% -
XYZ 22.54 11.92 25.92 -
YUV 87.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 173 34 140 0 0.80 0.19 0.32 314.24 0.67 0.41
Hex AD 22 8C 0 50 13 20 13A 43 29
Octal 255 42 214 0 120 23 40 472 103 51
Binary 10101101 100010 10001100 0 1010000 10011 100000 100111010 1000011 101001

Color Harmonies of #AD228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD228C

Black with #AD228C

Text Example


Text Example

White with #AD228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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