Html Css Color HEX #AD327A Medium Red Violet

📋 copy color: '#AD327A'

red 173 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #AD327A

Tints of Medium Red Violet #AD327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 50.14%
G = 14.49%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD327A (or 0xAD327A) is known color: Medium Red Violet. HEX triplet: AD, 32 and 7A. RGB value is (173,50,122). Sum of RGB (Red+Green+Blue) = 173+50+122=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD327A is #52CD85. Grayscale: #5E5E5E. Windows color (decimal): -5426566 or 8008365. OLE color: 8008365.

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

Color convert

RGB 173 50 122 -
CMYK 0 0.71 0.29 0.32
HSL 324.88º 0.55% 0.44% -
HSV(B) 324.88º 0.71% 0.68% -
XYZ 21.89 12.57 19.69 -
YUV 94.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 173 50 122 0 0.71 0.29 0.32 324.88 0.55 0.44
Hex AD 32 7A 0 47 1D 20 145 37 2C
Octal 255 62 172 0 107 35 40 505 67 54
Binary 10101101 110010 1111010 0 1000111 11101 100000 101000101 110111 101100

Color Harmonies of #AD327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD327A

Black with #AD327A

Text Example


Text Example

White with #AD327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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