Html Css Color HEX #AD419B Medium Red Violet

📋 copy color: '#AD419B'

red 173 ◦ green 65 ◦ blue 155

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

Shades of Medium Red Violet #AD419B

Tints of Medium Red Violet #AD419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 44.02%
G = 16.54%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD419B (or 0xAD419B) is known color: Medium Red Violet. HEX triplet: AD, 41 and 9B. RGB value is (173,65,155). Sum of RGB (Red+Green+Blue) = 173+65+155=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419B is #52BE64. Grayscale: #6B6B6B. Windows color (decimal): -5422693 or 10174893. OLE color: 10174893.

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

Color convert

RGB 173 65 155 -
CMYK 0 0.62 0.10 0.32
HSL 310º 0.45% 0.47% -
HSV(B) 310º 0.62% 0.68% -
XYZ 25.04 15.03 32.59 -
YUV 107.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 173 65 155 0 0.62 0.10 0.32 310 0.45 0.47
Hex AD 41 9B 0 3E A 20 136 2D 2F
Octal 255 101 233 0 76 12 40 466 55 57
Binary 10101101 1000001 10011011 0 111110 1010 100000 100110110 101101 101111

Color Harmonies of #AD419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD419B

Black with #AD419B

Text Example


Text Example

White with #AD419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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