Html Css Color HEX #AD2B98 Medium Red Violet

📋 copy color: '#AD2B98'

red 173 ◦ green 43 ◦ blue 152

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

Shades of Medium Red Violet #AD2B98

Tints of Medium Red Violet #AD2B98

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 47.01%
G = 11.68%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD2B98 (or 0xAD2B98) is known color: Medium Red Violet. HEX triplet: AD, 2B and 98. RGB value is (173,43,152). Sum of RGB (Red+Green+Blue) = 173+43+152=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B98 is #52D467. Grayscale: #5D5D5D. Windows color (decimal): -5428328 or 9972653. OLE color: 9972653.

HSL color Cylindrical-coordinate representation of color #AD2B98: hue angle of 309.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B98 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 152 -
CMYK 0 0.75 0.12 0.32
HSL 309.69º 0.6% 0.42% -
HSV(B) 309.69º 0.75% 0.68% -
XYZ 23.76 12.88 30.94 -
YUV 94.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 173 43 152 0 0.75 0.12 0.32 309.69 0.6 0.42
Hex AD 2B 98 0 4B C 20 136 3C 2A
Octal 255 53 230 0 113 14 40 466 74 52
Binary 10101101 101011 10011000 0 1001011 1100 100000 100110110 111100 101010

Color Harmonies of #AD2B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B98

Black with #AD2B98

Text Example


Text Example

White with #AD2B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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