Html Css Color HEX #AD327D Medium Red Violet

📋 copy color: '#AD327D'

red 173 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #AD327D

Tints of Medium Red Violet #AD327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 49.71%
G = 14.37%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD327D (or 0xAD327D) is known color: Medium Red Violet. HEX triplet: AD, 32 and 7D. RGB value is (173,50,125). Sum of RGB (Red+Green+Blue) = 173+50+125=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD327D is #52CD82. Grayscale: #5F5F5F. Windows color (decimal): -5426563 or 8204973. OLE color: 8204973.

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

Color convert

RGB 173 50 125 -
CMYK 0 0.71 0.28 0.32
HSL 323.41º 0.55% 0.44% -
HSV(B) 323.41º 0.71% 0.68% -
XYZ 22.08 12.65 20.68 -
YUV 95.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 173 50 125 0 0.71 0.28 0.32 323.41 0.55 0.44
Hex AD 32 7D 0 47 1C 20 143 37 2C
Octal 255 62 175 0 107 34 40 503 67 54
Binary 10101101 110010 1111101 0 1000111 11100 100000 101000011 110111 101100

Color Harmonies of #AD327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD327D

Black with #AD327D

Text Example


Text Example

White with #AD327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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