Html Css Color HEX #AD2F9F Medium Red Violet

📋 copy color: '#AD2F9F'

red 173 ◦ green 47 ◦ blue 159

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

Shades of Medium Red Violet #AD2F9F

Tints of Medium Red Violet #AD2F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 45.65%
G = 12.4%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD2F9F (or 0xAD2F9F) is known color: Medium Red Violet. HEX triplet: AD, 2F and 9F. RGB value is (173,47,159). Sum of RGB (Red+Green+Blue) = 173+47+159=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2F9F is #52D060. Grayscale: #616161. Windows color (decimal): -5427297 or 10432429. OLE color: 10432429.

HSL color Cylindrical-coordinate representation of color #AD2F9F: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F9F is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 159 -
CMYK 0 0.73 0.08 0.32
HSL 306.67º 0.57% 0.43% -
HSV(B) 306.67º 0.73% 0.68% -
XYZ 24.51 13.42 34.1 -
YUV 97.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 173 47 159 0 0.73 0.08 0.32 306.67 0.57 0.43
Hex AD 2F 9F 0 49 8 20 133 39 2B
Octal 255 57 237 0 111 10 40 463 71 53
Binary 10101101 101111 10011111 0 1001001 1000 100000 100110011 111001 101011

Color Harmonies of #AD2F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F9F

Black with #AD2F9F

Text Example


Text Example

White with #AD2F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F9F; }

 p { color: rgb(173,47,159); }

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

background-color css

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

 a { background-color: rgb(173,47,159); }

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

border-color css

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

 span { border-color: rgb(173,47,159); }

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