Html Css Color HEX #AD4498 Medium Red Violet

📋 copy color: '#AD4498'

red 173 ◦ green 68 ◦ blue 152

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

Shades of Medium Red Violet #AD4498

Tints of Medium Red Violet #AD4498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 44.02%
G = 17.3%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD4498 (or 0xAD4498) is known color: Medium Red Violet. HEX triplet: AD, 44 and 98. RGB value is (173,68,152). Sum of RGB (Red+Green+Blue) = 173+68+152=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4498 is #52BB67. Grayscale: #6C6C6C. Windows color (decimal): -5421928 or 9979053. OLE color: 9979053.

HSL color Cylindrical-coordinate representation of color #AD4498: hue angle of 312º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4498 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 152 -
CMYK 0 0.61 0.12 0.32
HSL 312º 0.44% 0.47% -
HSV(B) 312º 0.61% 0.68% -
XYZ 24.97 15.29 31.34 -
YUV 108.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 173 68 152 0 0.61 0.12 0.32 312 0.44 0.47
Hex AD 44 98 0 3D C 20 138 2C 2F
Octal 255 104 230 0 75 14 40 470 54 57
Binary 10101101 1000100 10011000 0 111101 1100 100000 100111000 101100 101111

Color Harmonies of #AD4498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4498

Black with #AD4498

Text Example


Text Example

White with #AD4498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4498; }

 p { color: rgb(173,68,152); }

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

background-color css

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

 a { background-color: rgb(173,68,152); }

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

border-color css

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

 span { border-color: rgb(173,68,152); }

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