Html Css Color HEX #AD1088 Medium Violet Red

📋 copy color: '#AD1088'

red 173 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #AD1088

Tints of Medium Violet Red #AD1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 53.23%
G = 4.92%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1088 (or 0xAD1088) is known color: Medium Violet Red. HEX triplet: AD, 10 and 88. RGB value is (173,16,136). Sum of RGB (Red+Green+Blue) = 173+16+136=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1088 is #52EF77. Grayscale: #4C4C4C. Windows color (decimal): -5435256 or 8917165. OLE color: 8917165.

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

Color convert

RGB 173 16 136 -
CMYK 0 0.91 0.21 0.32
HSL 314.14º 0.83% 0.37% -
HSV(B) 314.14º 0.91% 0.68% -
XYZ 21.86 11.03 24.27 -
YUV 76.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 173 16 136 0 0.91 0.21 0.32 314.14 0.83 0.37
Hex AD 10 88 0 5B 15 20 13A 53 25
Octal 255 20 210 0 133 25 40 472 123 45
Binary 10101101 10000 10001000 0 1011011 10101 100000 100111010 1010011 100101

Color Harmonies of #AD1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1088

Black with #AD1088

Text Example


Text Example

White with #AD1088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1088; }

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

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

background-color css

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

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

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

border-color css

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

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

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