Html Css Color HEX #AD228B Medium Red Violet

📋 copy color: '#AD228B'

red 173 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #AD228B

Tints of Medium Red Violet #AD228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 50%
G = 9.83%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD228B (or 0xAD228B) is known color: Medium Red Violet. HEX triplet: AD, 22 and 8B. RGB value is (173,34,139). Sum of RGB (Red+Green+Blue) = 173+34+139=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD228B is #52DD74. Grayscale: #575757. Windows color (decimal): -5430645 or 9118381. OLE color: 9118381.

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

Color convert

RGB 173 34 139 -
CMYK 0 0.80 0.20 0.32
HSL 314.68º 0.67% 0.41% -
HSV(B) 314.68º 0.8% 0.68% -
XYZ 22.47 11.89 25.54 -
YUV 87.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 173 34 139 0 0.80 0.20 0.32 314.68 0.67 0.41
Hex AD 22 8B 0 50 14 20 13B 43 29
Octal 255 42 213 0 120 24 40 473 103 51
Binary 10101101 100010 10001011 0 1010000 10100 100000 100111011 1000011 101001

Color Harmonies of #AD228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD228B

Black with #AD228B

Text Example


Text Example

White with #AD228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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