Html Css Color HEX #AD2894 Medium Red Violet

📋 copy color: '#AD2894'

red 173 ◦ green 40 ◦ blue 148

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

Shades of Medium Red Violet #AD2894

Tints of Medium Red Violet #AD2894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 47.92%
G = 11.08%
B = 41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD2894 (or 0xAD2894) is known color: Medium Red Violet. HEX triplet: AD, 28 and 94. RGB value is (173,40,148). Sum of RGB (Red+Green+Blue) = 173+40+148=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2894 is #52D76B. Grayscale: #5B5B5B. Windows color (decimal): -5429100 or 9709741. OLE color: 9709741.

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

Color convert

RGB 173 40 148 -
CMYK 0 0.77 0.14 0.32
HSL 311.28º 0.62% 0.42% -
HSV(B) 311.28º 0.77% 0.68% -
XYZ 23.34 12.54 29.21 -
YUV 92.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 173 40 148 0 0.77 0.14 0.32 311.28 0.62 0.42
Hex AD 28 94 0 4D E 20 137 3E 2A
Octal 255 50 224 0 115 16 40 467 76 52
Binary 10101101 101000 10010100 0 1001101 1110 100000 100110111 111110 101010

Color Harmonies of #AD2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2894

Black with #AD2894

Text Example


Text Example

White with #AD2894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2894; }

 p { color: rgb(173,40,148); }

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

background-color css

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

 a { background-color: rgb(173,40,148); }

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

border-color css

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

 span { border-color: rgb(173,40,148); }

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