Html Css Color HEX #AD347B Medium Red Violet

📋 copy color: '#AD347B'

red 173 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #AD347B

Tints of Medium Red Violet #AD347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 49.71%
G = 14.94%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD347B (or 0xAD347B) is known color: Medium Red Violet. HEX triplet: AD, 34 and 7B. RGB value is (173,52,123). Sum of RGB (Red+Green+Blue) = 173+52+123=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD347B is #52CB84. Grayscale: #606060. Windows color (decimal): -5426053 or 8074413. OLE color: 8074413.

HSL color Cylindrical-coordinate representation of color #AD347B: hue angle of 324.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD347B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 123 -
CMYK 0 0.70 0.29 0.32
HSL 324.79º 0.54% 0.44% -
HSV(B) 324.79º 0.7% 0.68% -
XYZ 22.04 12.77 20.04 -
YUV 96.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 173 52 123 0 0.70 0.29 0.32 324.79 0.54 0.44
Hex AD 34 7B 0 46 1D 20 145 36 2C
Octal 255 64 173 0 106 35 40 505 66 54
Binary 10101101 110100 1111011 0 1000110 11101 100000 101000101 110110 101100

Color Harmonies of #AD347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD347B

Black with #AD347B

Text Example


Text Example

White with #AD347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD347B; }

 p { color: rgb(173,52,123); }

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

background-color css

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

 a { background-color: rgb(173,52,123); }

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

border-color css

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

 span { border-color: rgb(173,52,123); }

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