Html Css Color HEX #AD0892 Medium Violet Red

📋 copy color: '#AD0892'

red 173 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #AD0892

Tints of Medium Violet Red #AD0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 52.91%
G = 2.45%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0892 (or 0xAD0892) is known color: Medium Violet Red. HEX triplet: AD, 08 and 92. RGB value is (173,8,146). Sum of RGB (Red+Green+Blue) = 173+8+146=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0892 is #52F76D. Grayscale: #484848. Windows color (decimal): -5437294 or 9570477. OLE color: 9570477.

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

Color convert

RGB 173 8 146 -
CMYK 0 0.95 0.16 0.32
HSL 309.82º 0.91% 0.35% -
HSV(B) 309.82º 0.95% 0.68% -
XYZ 22.51 11.13 28.16 -
YUV 73.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 173 8 146 0 0.95 0.16 0.32 309.82 0.91 0.35
Hex AD 8 92 0 5F 10 20 136 5B 23
Octal 255 10 222 0 137 20 40 466 133 43
Binary 10101101 1000 10010010 0 1011111 10000 100000 100110110 1011011 100011

Color Harmonies of #AD0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0892

Black with #AD0892

Text Example


Text Example

White with #AD0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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