Html Css Color HEX #AD2093 Medium Red Violet

📋 copy color: '#AD2093'

red 173 ◦ green 32 ◦ blue 147

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

Shades of Medium Red Violet #AD2093

Tints of Medium Red Violet #AD2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

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

R = 49.15%
G = 9.09%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD2093 (or 0xAD2093) is known color: Medium Red Violet. HEX triplet: AD, 20 and 93. RGB value is (173,32,147). Sum of RGB (Red+Green+Blue) = 173+32+147=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2093 is #52DF6C. Grayscale: #565656. Windows color (decimal): -5431149 or 9642157. OLE color: 9642157.

HSL color Cylindrical-coordinate representation of color #AD2093: hue angle of 311.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2093 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 147 -
CMYK 0 0.82 0.15 0.32
HSL 311.06º 0.69% 0.4% -
HSV(B) 311.06º 0.82% 0.68% -
XYZ 23.02 12.02 28.71 -
YUV 87.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 173 32 147 0 0.82 0.15 0.32 311.06 0.69 0.4
Hex AD 20 93 0 52 F 20 137 45 28
Octal 255 40 223 0 122 17 40 467 105 50
Binary 10101101 100000 10010011 0 1010010 1111 100000 100110111 1000101 101000

Color Harmonies of #AD2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2093

Black with #AD2093

Text Example


Text Example

White with #AD2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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