Html Css Color HEX #AD1092 Medium Violet Red

📋 copy color: '#AD1092'

red 173 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #AD1092

Tints of Medium Violet Red #AD1092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 51.64%
G = 4.78%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1092 (or 0xAD1092) is known color: Medium Violet Red. HEX triplet: AD, 10 and 92. RGB value is (173,16,146). Sum of RGB (Red+Green+Blue) = 173+16+146=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1092 is #52EF6D. Grayscale: #4D4D4D. Windows color (decimal): -5435246 or 9572525. OLE color: 9572525.

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

Color convert

RGB 173 16 146 -
CMYK 0 0.91 0.16 0.32
HSL 310.32º 0.83% 0.37% -
HSV(B) 310.32º 0.91% 0.68% -
XYZ 22.61 11.33 28.19 -
YUV 77.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 173 16 146 0 0.91 0.16 0.32 310.32 0.83 0.37
Hex AD 10 92 0 5B 10 20 136 53 25
Octal 255 20 222 0 133 20 40 466 123 45
Binary 10101101 10000 10010010 0 1011011 10000 100000 100110110 1010011 100101

Color Harmonies of #AD1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1092

Black with #AD1092

Text Example


Text Example

White with #AD1092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1092; }

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

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

background-color css

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

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

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

border-color css

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

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

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