Html Css Color HEX #AD458D Medium Red Violet

📋 copy color: '#AD458D'

red 173 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #AD458D

Tints of Medium Red Violet #AD458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 45.17%
G = 18.02%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD458D (or 0xAD458D) is known color: Medium Red Violet. HEX triplet: AD, 45 and 8D. RGB value is (173,69,141). Sum of RGB (Red+Green+Blue) = 173+69+141=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD458D is #52BA72. Grayscale: #6C6C6C. Windows color (decimal): -5421683 or 9258413. OLE color: 9258413.

HSL color Cylindrical-coordinate representation of color #AD458D: hue angle of 318.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD458D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 141 -
CMYK 0 0.60 0.18 0.32
HSL 318.46º 0.43% 0.47% -
HSV(B) 318.46º 0.6% 0.68% -
XYZ 24.17 15.06 26.83 -
YUV 108.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 173 69 141 0 0.60 0.18 0.32 318.46 0.43 0.47
Hex AD 45 8D 0 3C 12 20 13E 2B 2F
Octal 255 105 215 0 74 22 40 476 53 57
Binary 10101101 1000101 10001101 0 111100 10010 100000 100111110 101011 101111

Color Harmonies of #AD458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD458D

Black with #AD458D

Text Example


Text Example

White with #AD458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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