Html Css Color HEX #AD2692 Medium Red Violet

📋 copy color: '#AD2692'

red 173 ◦ green 38 ◦ blue 146

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

Shades of Medium Red Violet #AD2692

Tints of Medium Red Violet #AD2692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 48.46%
G = 10.64%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD2692 (or 0xAD2692) is known color: Medium Red Violet. HEX triplet: AD, 26 and 92. RGB value is (173,38,146). Sum of RGB (Red+Green+Blue) = 173+38+146=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2692 is #52D96D. Grayscale: #5A5A5A. Windows color (decimal): -5429614 or 9578157. OLE color: 9578157.

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

Color convert

RGB 173 38 146 -
CMYK 0 0.78 0.16 0.32
HSL 312º 0.64% 0.41% -
HSV(B) 312º 0.78% 0.68% -
XYZ 23.12 12.35 28.36 -
YUV 90.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 173 38 146 0 0.78 0.16 0.32 312 0.64 0.41
Hex AD 26 92 0 4E 10 20 138 40 29
Octal 255 46 222 0 116 20 40 470 100 51
Binary 10101101 100110 10010010 0 1001110 10000 100000 100111000 1000000 101001

Color Harmonies of #AD2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2692

Black with #AD2692

Text Example


Text Example

White with #AD2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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