Html Css Color HEX #AD4088 Medium Red Violet

📋 copy color: '#AD4088'

red 173 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #AD4088

Tints of Medium Red Violet #AD4088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.46%

R = 46.38%
G = 17.16%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD4088 (or 0xAD4088) is known color: Medium Red Violet. HEX triplet: AD, 40 and 88. RGB value is (173,64,136). Sum of RGB (Red+Green+Blue) = 173+64+136=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4088 is #52BF77. Grayscale: #686868. Windows color (decimal): -5422968 or 8929453. OLE color: 8929453.

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

Color convert

RGB 173 64 136 -
CMYK 0 0.63 0.21 0.32
HSL 320.37º 0.46% 0.46% -
HSV(B) 320.37º 0.63% 0.68% -
XYZ 23.51 14.33 24.82 -
YUV 104.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 173 64 136 0 0.63 0.21 0.32 320.37 0.46 0.46
Hex AD 40 88 0 3F 15 20 140 2E 2E
Octal 255 100 210 0 77 25 40 500 56 56
Binary 10101101 1000000 10001000 0 111111 10101 100000 101000000 101110 101110

Color Harmonies of #AD4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4088

Black with #AD4088

Text Example


Text Example

White with #AD4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4088; }

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

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

background-color css

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

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

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

border-color css

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

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

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