Html Css Color HEX #AD3A93 Medium Red Violet

📋 copy color: '#AD3A93'

red 173 ◦ green 58 ◦ blue 147

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

Shades of Medium Red Violet #AD3A93

Tints of Medium Red Violet #AD3A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 45.77%
G = 15.34%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD3A93 (or 0xAD3A93) is known color: Medium Red Violet. HEX triplet: AD, 3A and 93. RGB value is (173,58,147). Sum of RGB (Red+Green+Blue) = 173+58+147=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3A93 is #52C56C. Grayscale: #666666. Windows color (decimal): -5424493 or 9648813. OLE color: 9648813.

HSL color Cylindrical-coordinate representation of color #AD3A93: hue angle of 313.57º degrees, saturation: 0.5, 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 #AD3A93 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 147 -
CMYK 0 0.66 0.15 0.32
HSL 313.57º 0.5% 0.45% -
HSV(B) 313.57º 0.66% 0.68% -
XYZ 24.01 14.02 29.04 -
YUV 102.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 173 58 147 0 0.66 0.15 0.32 313.57 0.5 0.45
Hex AD 3A 93 0 42 F 20 13A 32 2D
Octal 255 72 223 0 102 17 40 472 62 55
Binary 10101101 111010 10010011 0 1000010 1111 100000 100111010 110010 101101

Color Harmonies of #AD3A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A93

Black with #AD3A93

Text Example


Text Example

White with #AD3A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A93; }

 p { color: rgb(173,58,147); }

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

background-color css

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

 a { background-color: rgb(173,58,147); }

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

border-color css

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

 span { border-color: rgb(173,58,147); }

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