Html Css Color HEX #AD1688 Medium Violet Red

📋 copy color: '#AD1688'

red 173 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #AD1688

Tints of Medium Violet Red #AD1688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

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

R = 52.27%
G = 6.65%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1688 (or 0xAD1688) is known color: Medium Violet Red. HEX triplet: AD, 16 and 88. RGB value is (173,22,136). Sum of RGB (Red+Green+Blue) = 173+22+136=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1688 is #52E977. Grayscale: #4F4F4F. Windows color (decimal): -5433720 or 8918701. OLE color: 8918701.

HSL color Cylindrical-coordinate representation of color #AD1688: hue angle of 314.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1688 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 136 -
CMYK 0 0.87 0.21 0.32
HSL 314.7º 0.77% 0.38% -
HSV(B) 314.7º 0.87% 0.68% -
XYZ 21.96 11.24 24.3 -
YUV 80.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 173 22 136 0 0.87 0.21 0.32 314.7 0.77 0.38
Hex AD 16 88 0 57 15 20 13B 4D 26
Octal 255 26 210 0 127 25 40 473 115 46
Binary 10101101 10110 10001000 0 1010111 10101 100000 100111011 1001101 100110

Color Harmonies of #AD1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1688

Black with #AD1688

Text Example


Text Example

White with #AD1688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1688; }

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

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

background-color css

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

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

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

border-color css

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

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

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