Html Css Color HEX #AD2698 Medium Red Violet

📋 copy color: '#AD2698'

red 173 ◦ green 38 ◦ blue 152

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

Shades of Medium Red Violet #AD2698

Tints of Medium Red Violet #AD2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 47.66%
G = 10.47%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD2698 (or 0xAD2698) is known color: Medium Red Violet. HEX triplet: AD, 26 and 98. RGB value is (173,38,152). Sum of RGB (Red+Green+Blue) = 173+38+152=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2698 is #52D967. Grayscale: #5B5B5B. Windows color (decimal): -5429608 or 9971373. OLE color: 9971373.

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

Color convert

RGB 173 38 152 -
CMYK 0 0.78 0.12 0.32
HSL 309.33º 0.64% 0.41% -
HSV(B) 309.33º 0.78% 0.68% -
XYZ 23.59 12.54 30.88 -
YUV 91.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 173 38 152 0 0.78 0.12 0.32 309.33 0.64 0.41
Hex AD 26 98 0 4E C 20 135 40 29
Octal 255 46 230 0 116 14 40 465 100 51
Binary 10101101 100110 10011000 0 1001110 1100 100000 100110101 1000000 101001

Color Harmonies of #AD2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2698

Black with #AD2698

Text Example


Text Example

White with #AD2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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