Html Css Color HEX #AD228F Medium Red Violet

📋 copy color: '#AD228F'

red 173 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #AD228F

Tints of Medium Red Violet #AD228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 49.43%
G = 9.71%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD228F (or 0xAD228F) is known color: Medium Red Violet. HEX triplet: AD, 22 and 8F. RGB value is (173,34,143). Sum of RGB (Red+Green+Blue) = 173+34+143=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD228F is #52DD70. Grayscale: #575757. Windows color (decimal): -5430641 or 9380525. OLE color: 9380525.

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

Color convert

RGB 173 34 143 -
CMYK 0 0.80 0.17 0.32
HSL 312.95º 0.67% 0.41% -
HSV(B) 312.95º 0.8% 0.68% -
XYZ 22.76 12.01 27.11 -
YUV 87.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 173 34 143 0 0.80 0.17 0.32 312.95 0.67 0.41
Hex AD 22 8F 0 50 11 20 139 43 29
Octal 255 42 217 0 120 21 40 471 103 51
Binary 10101101 100010 10001111 0 1010000 10001 100000 100111001 1000011 101001

Color Harmonies of #AD228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD228F

Black with #AD228F

Text Example


Text Example

White with #AD228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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