Html Css Color HEX #AD2AA8 Medium Red Violet

📋 copy color: '#AD2AA8'

red 173 ◦ green 42 ◦ blue 168

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

Shades of Medium Red Violet #AD2AA8

Tints of Medium Red Violet #AD2AA8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 45.17%
G = 10.97%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD2AA8 (or 0xAD2AA8) is known color: Medium Red Violet. HEX triplet: AD, 2A and A8. RGB value is (173,42,168). Sum of RGB (Red+Green+Blue) = 173+42+168=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2AA8 is #52D557. Grayscale: #5F5F5F. Windows color (decimal): -5428568 or 11020973. OLE color: 11020973.

HSL color Cylindrical-coordinate representation of color #AD2AA8: hue angle of 302.29º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2AA8 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 168 -
CMYK 0 0.76 0.03 0.32
HSL 302.29º 0.61% 0.42% -
HSV(B) 302.29º 0.76% 0.68% -
XYZ 25.13 13.37 38.3 -
YUV 95.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 173 42 168 0 0.76 0.03 0.32 302.29 0.61 0.42
Hex AD 2A A8 0 4C 3 20 12E 3D 2A
Octal 255 52 250 0 114 3 40 456 75 52
Binary 10101101 101010 10101000 0 1001100 11 100000 100101110 111101 101010

Color Harmonies of #AD2AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AA8

Black with #AD2AA8

Text Example


Text Example

White with #AD2AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AA8; }

 p { color: rgb(173,42,168); }

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

background-color css

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

 a { background-color: rgb(173,42,168); }

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

border-color css

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

 span { border-color: rgb(173,42,168); }

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