Html Css Color HEX #AD4098 Medium Red Violet

📋 copy color: '#AD4098'

red 173 ◦ green 64 ◦ blue 152

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

Shades of Medium Red Violet #AD4098

Tints of Medium Red Violet #AD4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

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

R = 44.47%
G = 16.45%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD4098 (or 0xAD4098) is known color: Medium Red Violet. HEX triplet: AD, 40 and 98. RGB value is (173,64,152). Sum of RGB (Red+Green+Blue) = 173+64+152=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4098 is #52BF67. Grayscale: #6A6A6A. Windows color (decimal): -5422952 or 9978029. OLE color: 9978029.

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

Color convert

RGB 173 64 152 -
CMYK 0 0.63 0.12 0.32
HSL 311.56º 0.46% 0.46% -
HSV(B) 311.56º 0.63% 0.68% -
XYZ 24.73 14.82 31.26 -
YUV 106.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 173 64 152 0 0.63 0.12 0.32 311.56 0.46 0.46
Hex AD 40 98 0 3F C 20 138 2E 2E
Octal 255 100 230 0 77 14 40 470 56 56
Binary 10101101 1000000 10011000 0 111111 1100 100000 100111000 101110 101110

Color Harmonies of #AD4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4098

Black with #AD4098

Text Example


Text Example

White with #AD4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4098; }

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

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

background-color css

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

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

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

border-color css

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

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

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