Html Css Color HEX #AD2675 Medium Red Violet

📋 copy color: '#AD2675'

red 173 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #AD2675

Tints of Medium Red Violet #AD2675

RGB

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

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

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

R = 52.74%
G = 11.59%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD2675 (or 0xAD2675) is known color: Medium Red Violet. HEX triplet: AD, 26 and 75. RGB value is (173,38,117). Sum of RGB (Red+Green+Blue) = 173+38+117=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2675 is #52D98A. Grayscale: #575757. Windows color (decimal): -5429643 or 7677613. OLE color: 7677613.

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

Color convert

RGB 173 38 117 -
CMYK 0 0.78 0.32 0.32
HSL 324.89º 0.64% 0.41% -
HSV(B) 324.89º 0.78% 0.68% -
XYZ 21.14 11.55 17.95 -
YUV 87.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 173 38 117 0 0.78 0.32 0.32 324.89 0.64 0.41
Hex AD 26 75 0 4E 20 20 145 40 29
Octal 255 46 165 0 116 40 40 505 100 51
Binary 10101101 100110 1110101 0 1001110 100000 100000 101000101 1000000 101001

Color Harmonies of #AD2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2675

Black with #AD2675

Text Example


Text Example

White with #AD2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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