Html Css Color HEX #AD307B Medium Red Violet

📋 copy color: '#AD307B'

red 173 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #AD307B

Tints of Medium Red Violet #AD307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 50.29%
G = 13.95%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD307B (or 0xAD307B) is known color: Medium Red Violet. HEX triplet: AD, 30 and 7B. RGB value is (173,48,123). Sum of RGB (Red+Green+Blue) = 173+48+123=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD307B is #52CF84. Grayscale: #5D5D5D. Windows color (decimal): -5427077 or 8073389. OLE color: 8073389.

HSL color Cylindrical-coordinate representation of color #AD307B: hue angle of 324º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD307B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 123 -
CMYK 0 0.72 0.29 0.32
HSL 324º 0.57% 0.43% -
HSV(B) 324º 0.72% 0.68% -
XYZ 21.87 12.43 19.99 -
YUV 93.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 173 48 123 0 0.72 0.29 0.32 324 0.57 0.43
Hex AD 30 7B 0 48 1D 20 144 39 2B
Octal 255 60 173 0 110 35 40 504 71 53
Binary 10101101 110000 1111011 0 1001000 11101 100000 101000100 111001 101011

Color Harmonies of #AD307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD307B

Black with #AD307B

Text Example


Text Example

White with #AD307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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