Html Css Color HEX #AD0692 Medium Violet Red

📋 copy color: '#AD0692'

red 173 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #AD0692

Tints of Medium Violet Red #AD0692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

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

R = 53.23%
G = 1.85%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0692 (or 0xAD0692) is known color: Medium Violet Red. HEX triplet: AD, 06 and 92. RGB value is (173,6,146). Sum of RGB (Red+Green+Blue) = 173+6+146=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0692 is #52F96D. Grayscale: #474747. Windows color (decimal): -5437806 or 9569965. OLE color: 9569965.

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

Color convert

RGB 173 6 146 -
CMYK 0 0.97 0.16 0.32
HSL 309.7º 0.93% 0.35% -
HSV(B) 309.7º 0.97% 0.68% -
XYZ 22.49 11.09 28.15 -
YUV 71.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 173 6 146 0 0.97 0.16 0.32 309.7 0.93 0.35
Hex AD 6 92 0 61 10 20 136 5D 23
Octal 255 6 222 0 141 20 40 466 135 43
Binary 10101101 110 10010010 0 1100001 10000 100000 100110110 1011101 100011

Color Harmonies of #AD0692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0692

Black with #AD0692

Text Example


Text Example

White with #AD0692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0692; }

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

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

background-color css

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

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

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

border-color css

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

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

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