Html Css Color HEX #AD2685 Medium Red Violet

📋 copy color: '#AD2685'

red 173 ◦ green 38 ◦ blue 133

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

Shades of Medium Red Violet #AD2685

Tints of Medium Red Violet #AD2685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 50.29%
G = 11.05%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD2685 (or 0xAD2685) is known color: Medium Red Violet. HEX triplet: AD, 26 and 85. RGB value is (173,38,133). Sum of RGB (Red+Green+Blue) = 173+38+133=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2685 is #52D97A. Grayscale: #585858. Windows color (decimal): -5429627 or 8726189. OLE color: 8726189.

HSL color Cylindrical-coordinate representation of color #AD2685: hue angle of 317.78º 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 #AD2685 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 133 -
CMYK 0 0.78 0.23 0.32
HSL 317.78º 0.64% 0.41% -
HSV(B) 317.78º 0.78% 0.68% -
XYZ 22.16 11.96 23.33 -
YUV 89.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 173 38 133 0 0.78 0.23 0.32 317.78 0.64 0.41
Hex AD 26 85 0 4E 17 20 13E 40 29
Octal 255 46 205 0 116 27 40 476 100 51
Binary 10101101 100110 10000101 0 1001110 10111 100000 100111110 1000000 101001

Color Harmonies of #AD2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2685

Black with #AD2685

Text Example


Text Example

White with #AD2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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