Html Css Color HEX #AD26A9 Medium Red Violet

📋 copy color: '#AD26A9'

red 173 ◦ green 38 ◦ blue 169

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

Shades of Medium Red Violet #AD26A9

Tints of Medium Red Violet #AD26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 45.53%
G = 10%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD26A9 (or 0xAD26A9) is known color: Medium Red Violet. HEX triplet: AD, 26 and A9. RGB value is (173,38,169). Sum of RGB (Red+Green+Blue) = 173+38+169=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26A9 is #52D956. Grayscale: #5C5C5C. Windows color (decimal): -5429591 or 11085485. OLE color: 11085485.

HSL color Cylindrical-coordinate representation of color #AD26A9: hue angle of 301.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD26A9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 169 -
CMYK 0 0.78 0.02 0.32
HSL 301.78º 0.64% 0.41% -
HSV(B) 301.78º 0.78% 0.68% -
XYZ 25.09 13.14 38.75 -
YUV 93.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 173 38 169 0 0.78 0.02 0.32 301.78 0.64 0.41
Hex AD 26 A9 0 4E 2 20 12E 40 29
Octal 255 46 251 0 116 2 40 456 100 51
Binary 10101101 100110 10101001 0 1001110 10 100000 100101110 1000000 101001

Color Harmonies of #AD26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26A9

Black with #AD26A9

Text Example


Text Example

White with #AD26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26A9; }

 p { color: rgb(173,38,169); }

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

background-color css

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

 a { background-color: rgb(173,38,169); }

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

border-color css

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

 span { border-color: rgb(173,38,169); }

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