Html Css Color HEX #AD229E Medium Red Violet

📋 copy color: '#AD229E'

red 173 ◦ green 34 ◦ blue 158

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

Shades of Medium Red Violet #AD229E

Tints of Medium Red Violet #AD229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 47.4%
G = 9.32%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD229E (or 0xAD229E) is known color: Medium Red Violet. HEX triplet: AD, 22 and 9E. RGB value is (173,34,158). Sum of RGB (Red+Green+Blue) = 173+34+158=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD229E is #52DD61. Grayscale: #595959. Windows color (decimal): -5430626 or 10363565. OLE color: 10363565.

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

Color convert

RGB 173 34 158 -
CMYK 0 0.80 0.09 0.32
HSL 306.47º 0.67% 0.41% -
HSV(B) 306.47º 0.8% 0.68% -
XYZ 23.98 12.5 33.5 -
YUV 89.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 173 34 158 0 0.80 0.09 0.32 306.47 0.67 0.41
Hex AD 22 9E 0 50 9 20 132 43 29
Octal 255 42 236 0 120 11 40 462 103 51
Binary 10101101 100010 10011110 0 1010000 1001 100000 100110010 1000011 101001

Color Harmonies of #AD229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD229E

Black with #AD229E

Text Example


Text Example

White with #AD229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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