Html Css Color HEX #AD268D Medium Red Violet

📋 copy color: '#AD268D'

red 173 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #AD268D

Tints of Medium Red Violet #AD268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 49.15%
G = 10.8%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD268D (or 0xAD268D) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8D. RGB value is (173,38,141). Sum of RGB (Red+Green+Blue) = 173+38+141=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268D is #52D972. Grayscale: #595959. Windows color (decimal): -5429619 or 9250477. OLE color: 9250477.

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

Color convert

RGB 173 38 141 -
CMYK 0 0.78 0.18 0.32
HSL 314.22º 0.64% 0.41% -
HSV(B) 314.22º 0.78% 0.68% -
XYZ 22.73 12.19 26.35 -
YUV 90.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 173 38 141 0 0.78 0.18 0.32 314.22 0.64 0.41
Hex AD 26 8D 0 4E 12 20 13A 40 29
Octal 255 46 215 0 116 22 40 472 100 51
Binary 10101101 100110 10001101 0 1001110 10010 100000 100111010 1000000 101001

Color Harmonies of #AD268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD268D

Black with #AD268D

Text Example


Text Example

White with #AD268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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