Html Css Color HEX #AD328A Medium Red Violet

📋 copy color: '#AD328A'

red 173 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #AD328A

Tints of Medium Red Violet #AD328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 47.92%
G = 13.85%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD328A (or 0xAD328A) is known color: Medium Red Violet. HEX triplet: AD, 32 and 8A. RGB value is (173,50,138). Sum of RGB (Red+Green+Blue) = 173+50+138=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328A is #52CD75. Grayscale: #606060. Windows color (decimal): -5426550 or 9056941. OLE color: 9056941.

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

Color convert

RGB 173 50 138 -
CMYK 0 0.71 0.20 0.32
HSL 317.07º 0.55% 0.44% -
HSV(B) 317.07º 0.71% 0.68% -
XYZ 22.96 13 25.34 -
YUV 96.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 173 50 138 0 0.71 0.20 0.32 317.07 0.55 0.44
Hex AD 32 8A 0 47 14 20 13D 37 2C
Octal 255 62 212 0 107 24 40 475 67 54
Binary 10101101 110010 10001010 0 1000111 10100 100000 100111101 110111 101100

Color Harmonies of #AD328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD328A

Black with #AD328A

Text Example


Text Example

White with #AD328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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