Html Css Color HEX #AD2497 Medium Red Violet

📋 copy color: '#AD2497'

red 173 ◦ green 36 ◦ blue 151

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

Shades of Medium Red Violet #AD2497

Tints of Medium Red Violet #AD2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 151 (59.38% from 255) = 41.94%

R = 48.06%
G = 10%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD2497 (or 0xAD2497) is known color: Medium Red Violet. HEX triplet: AD, 24 and 97. RGB value is (173,36,151). Sum of RGB (Red+Green+Blue) = 173+36+151=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2497 is #52DB68. Grayscale: #595959. Windows color (decimal): -5430121 or 9905325. OLE color: 9905325.

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

Color convert

RGB 173 36 151 -
CMYK 0 0.79 0.13 0.32
HSL 309.64º 0.66% 0.41% -
HSV(B) 309.64º 0.79% 0.68% -
XYZ 23.45 12.38 30.43 -
YUV 90.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 173 36 151 0 0.79 0.13 0.32 309.64 0.66 0.41
Hex AD 24 97 0 4F D 20 136 42 29
Octal 255 44 227 0 117 15 40 466 102 51
Binary 10101101 100100 10010111 0 1001111 1101 100000 100110110 1000010 101001

Color Harmonies of #AD2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2497

Black with #AD2497

Text Example


Text Example

White with #AD2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2497; }

 p { color: rgb(173,36,151); }

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

background-color css

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

 a { background-color: rgb(173,36,151); }

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

border-color css

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

 span { border-color: rgb(173,36,151); }

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