Html Css Color HEX #AD2475 Medium Red Violet

📋 copy color: '#AD2475'

red 173 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #AD2475

Tints of Medium Red Violet #AD2475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 53.07%
G = 11.04%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD2475 (or 0xAD2475) is known color: Medium Red Violet. HEX triplet: AD, 24 and 75. RGB value is (173,36,117). Sum of RGB (Red+Green+Blue) = 173+36+117=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2475 is #52DB8A. Grayscale: #565656. Windows color (decimal): -5430155 or 7677101. OLE color: 7677101.

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

Color convert

RGB 173 36 117 -
CMYK 0 0.79 0.32 0.32
HSL 324.53º 0.66% 0.41% -
HSV(B) 324.53º 0.79% 0.68% -
XYZ 21.08 11.43 17.93 -
YUV 86.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 173 36 117 0 0.79 0.32 0.32 324.53 0.66 0.41
Hex AD 24 75 0 4F 20 20 145 42 29
Octal 255 44 165 0 117 40 40 505 102 51
Binary 10101101 100100 1110101 0 1001111 100000 100000 101000101 1000010 101001

Color Harmonies of #AD2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2475

Black with #AD2475

Text Example


Text Example

White with #AD2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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