Html Css Color HEX #AD31A2 Medium Red Violet

📋 copy color: '#AD31A2'

red 173 ◦ green 49 ◦ blue 162

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

Shades of Medium Red Violet #AD31A2

Tints of Medium Red Violet #AD31A2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.76%

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

R = 45.05%
G = 12.76%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD31A2 (or 0xAD31A2) is known color: Medium Red Violet. HEX triplet: AD, 31 and A2. RGB value is (173,49,162). Sum of RGB (Red+Green+Blue) = 173+49+162=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD31A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31A2 is #52CE5D. Grayscale: #626262. Windows color (decimal): -5426782 or 10629549. OLE color: 10629549.

HSL color Cylindrical-coordinate representation of color #AD31A2: hue angle of 305.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD31A2 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 162 -
CMYK 0 0.72 0.06 0.32
HSL 305.32º 0.56% 0.44% -
HSV(B) 305.32º 0.72% 0.68% -
XYZ 24.85 13.69 35.51 -
YUV 98.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 173 49 162 0 0.72 0.06 0.32 305.32 0.56 0.44
Hex AD 31 A2 0 48 6 20 131 38 2C
Octal 255 61 242 0 110 6 40 461 70 54
Binary 10101101 110001 10100010 0 1001000 110 100000 100110001 111000 101100

Color Harmonies of #AD31A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31A2

Black with #AD31A2

Text Example


Text Example

White with #AD31A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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