Html Css Color HEX #AD289B Medium Red Violet

📋 copy color: '#AD289B'

red 173 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #AD289B

Tints of Medium Red Violet #AD289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 47.01%
G = 10.87%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD289B (or 0xAD289B) is known color: Medium Red Violet. HEX triplet: AD, 28 and 9B. RGB value is (173,40,155). Sum of RGB (Red+Green+Blue) = 173+40+155=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD289B is #52D764. Grayscale: #5C5C5C. Windows color (decimal): -5429093 or 10168493. OLE color: 10168493.

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

Color convert

RGB 173 40 155 -
CMYK 0 0.77 0.10 0.32
HSL 308.12º 0.62% 0.42% -
HSV(B) 308.12º 0.77% 0.68% -
XYZ 23.91 12.77 32.21 -
YUV 92.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 173 40 155 0 0.77 0.10 0.32 308.12 0.62 0.42
Hex AD 28 9B 0 4D A 20 134 3E 2A
Octal 255 50 233 0 115 12 40 464 76 52
Binary 10101101 101000 10011011 0 1001101 1010 100000 100110100 111110 101010

Color Harmonies of #AD289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD289B

Black with #AD289B

Text Example


Text Example

White with #AD289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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