Html Css Color HEX #AD458A Medium Red Violet

📋 copy color: '#AD458A'

red 173 ◦ green 69 ◦ blue 138

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

Shades of Medium Red Violet #AD458A

Tints of Medium Red Violet #AD458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 45.53%
G = 18.16%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD458A (or 0xAD458A) is known color: Medium Red Violet. HEX triplet: AD, 45 and 8A. RGB value is (173,69,138). Sum of RGB (Red+Green+Blue) = 173+69+138=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD458A is #52BA75. Grayscale: #6B6B6B. Windows color (decimal): -5421686 or 9061805. OLE color: 9061805.

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

Color convert

RGB 173 69 138 -
CMYK 0 0.60 0.20 0.32
HSL 320.19º 0.43% 0.47% -
HSV(B) 320.19º 0.6% 0.68% -
XYZ 23.95 14.98 25.67 -
YUV 107.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 173 69 138 0 0.60 0.20 0.32 320.19 0.43 0.47
Hex AD 45 8A 0 3C 14 20 140 2B 2F
Octal 255 105 212 0 74 24 40 500 53 57
Binary 10101101 1000101 10001010 0 111100 10100 100000 101000000 101011 101111

Color Harmonies of #AD458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD458A

Black with #AD458A

Text Example


Text Example

White with #AD458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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