Html Css Color HEX #AD22A2 Medium Red Violet

📋 copy color: '#AD22A2'

red 173 ◦ green 34 ◦ blue 162

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

Shades of Medium Red Violet #AD22A2

Tints of Medium Red Violet #AD22A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 46.88%
G = 9.21%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD22A2 (or 0xAD22A2) is known color: Medium Red Violet. HEX triplet: AD, 22 and A2. RGB value is (173,34,162). Sum of RGB (Red+Green+Blue) = 173+34+162=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD22A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22A2 is #52DD5D. Grayscale: #595959. Windows color (decimal): -5430622 or 10625709. OLE color: 10625709.

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

Color convert

RGB 173 34 162 -
CMYK 0 0.80 0.06 0.32
HSL 304.75º 0.67% 0.41% -
HSV(B) 304.75º 0.8% 0.68% -
XYZ 24.33 12.64 35.34 -
YUV 90.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 173 34 162 0 0.80 0.06 0.32 304.75 0.67 0.41
Hex AD 22 A2 0 50 6 20 131 43 29
Octal 255 42 242 0 120 6 40 461 103 51
Binary 10101101 100010 10100010 0 1010000 110 100000 100110001 1000011 101001

Color Harmonies of #AD22A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22A2

Black with #AD22A2

Text Example


Text Example

White with #AD22A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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