Html Css Color HEX #AD266D Medium Red Violet

📋 copy color: '#AD266D'

red 173 ◦ green 38 ◦ blue 109

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

Shades of Medium Red Violet #AD266D

Tints of Medium Red Violet #AD266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 54.06%
G = 11.88%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD266D (or 0xAD266D) is known color: Medium Red Violet. HEX triplet: AD, 26 and 6D. RGB value is (173,38,109). Sum of RGB (Red+Green+Blue) = 173+38+109=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266D is #52D992. Grayscale: #565656. Windows color (decimal): -5429651 or 7153325. OLE color: 7153325.

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

Color convert

RGB 173 38 109 -
CMYK 0 0.78 0.37 0.32
HSL 328.44º 0.64% 0.41% -
HSV(B) 328.44º 0.78% 0.68% -
XYZ 20.69 11.37 15.57 -
YUV 86.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 173 38 109 0 0.78 0.37 0.32 328.44 0.64 0.41
Hex AD 26 6D 0 4E 25 20 148 40 29
Octal 255 46 155 0 116 45 40 510 100 51
Binary 10101101 100110 1101101 0 1001110 100101 100000 101001000 1000000 101001

Color Harmonies of #AD266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD266D

Black with #AD266D

Text Example


Text Example

White with #AD266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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