Html Css Color HEX #AD32A6 Medium Red Violet

📋 copy color: '#AD32A6'

red 173 ◦ green 50 ◦ blue 166

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

Shades of Medium Red Violet #AD32A6

Tints of Medium Red Violet #AD32A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.85%

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 44.47%
G = 12.85%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD32A6 (or 0xAD32A6) is known color: Medium Red Violet. HEX triplet: AD, 32 and A6. RGB value is (173,50,166). Sum of RGB (Red+Green+Blue) = 173+50+166=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A6 is #52CD59. Grayscale: #636363. Windows color (decimal): -5426522 or 10891949. OLE color: 10891949.

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

Color convert

RGB 173 50 166 -
CMYK 0 0.71 0.04 0.32
HSL 303.41º 0.55% 0.44% -
HSV(B) 303.41º 0.71% 0.68% -
XYZ 25.26 13.92 37.43 -
YUV 100 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 173 50 166 0 0.71 0.04 0.32 303.41 0.55 0.44
Hex AD 32 A6 0 47 4 20 12F 37 2C
Octal 255 62 246 0 107 4 40 457 67 54
Binary 10101101 110010 10100110 0 1000111 100 100000 100101111 110111 101100

Color Harmonies of #AD32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32A6

Black with #AD32A6

Text Example


Text Example

White with #AD32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32A6; }

 p { color: rgb(173,50,166); }

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

background-color css

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

 a { background-color: rgb(173,50,166); }

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

border-color css

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

 span { border-color: rgb(173,50,166); }

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