Html Css Color HEX #AD3B96 Medium Red Violet

📋 copy color: '#AD3B96'

red 173 ◦ green 59 ◦ blue 150

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

Shades of Medium Red Violet #AD3B96

Tints of Medium Red Violet #AD3B96

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 45.29%
G = 15.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD3B96 (or 0xAD3B96) is known color: Medium Red Violet. HEX triplet: AD, 3B and 96. RGB value is (173,59,150). Sum of RGB (Red+Green+Blue) = 173+59+150=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3B96 is #52C469. Grayscale: #676767. Windows color (decimal): -5424234 or 9845677. OLE color: 9845677.

HSL color Cylindrical-coordinate representation of color #AD3B96: hue angle of 312.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B96 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 59 150 -
CMYK 0 0.66 0.13 0.32
HSL 312.11º 0.49% 0.45% -
HSV(B) 312.11º 0.66% 0.68% -
XYZ 24.3 14.21 30.32 -
YUV 103.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 173 59 150 0 0.66 0.13 0.32 312.11 0.49 0.45
Hex AD 3B 96 0 42 D 20 138 31 2D
Octal 255 73 226 0 102 15 40 470 61 55
Binary 10101101 111011 10010110 0 1000010 1101 100000 100111000 110001 101101

Color Harmonies of #AD3B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B96

Black with #AD3B96

Text Example


Text Example

White with #AD3B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B96; }

 p { color: rgb(173,59,150); }

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

background-color css

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

 a { background-color: rgb(173,59,150); }

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

border-color css

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

 span { border-color: rgb(173,59,150); }

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