Html Css Color HEX #AD2693 Medium Red Violet

📋 copy color: '#AD2693'

red 173 ◦ green 38 ◦ blue 147

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

Shades of Medium Red Violet #AD2693

Tints of Medium Red Violet #AD2693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 48.32%
G = 10.61%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD2693 (or 0xAD2693) is known color: Medium Red Violet. HEX triplet: AD, 26 and 93. RGB value is (173,38,147). Sum of RGB (Red+Green+Blue) = 173+38+147=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2693 is #52D96C. Grayscale: #5A5A5A. Windows color (decimal): -5429613 or 9643693. OLE color: 9643693.

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

Color convert

RGB 173 38 147 -
CMYK 0 0.78 0.15 0.32
HSL 311.56º 0.64% 0.41% -
HSV(B) 311.56º 0.78% 0.68% -
XYZ 23.19 12.38 28.77 -
YUV 90.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 173 38 147 0 0.78 0.15 0.32 311.56 0.64 0.41
Hex AD 26 93 0 4E F 20 138 40 29
Octal 255 46 223 0 116 17 40 470 100 51
Binary 10101101 100110 10010011 0 1001110 1111 100000 100111000 1000000 101001

Color Harmonies of #AD2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2693

Black with #AD2693

Text Example


Text Example

White with #AD2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2693; }

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

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

background-color css

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

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

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

border-color css

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

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

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