Html Css Color HEX #AD448E Medium Red Violet

📋 copy color: '#AD448E'

red 173 ◦ green 68 ◦ blue 142

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

Shades of Medium Red Violet #AD448E

Tints of Medium Red Violet #AD448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 45.17%
G = 17.75%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD448E (or 0xAD448E) is known color: Medium Red Violet. HEX triplet: AD, 44 and 8E. RGB value is (173,68,142). Sum of RGB (Red+Green+Blue) = 173+68+142=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448E is #52BB71. Grayscale: #6B6B6B. Windows color (decimal): -5421938 or 9323693. OLE color: 9323693.

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

Color convert

RGB 173 68 142 -
CMYK 0 0.61 0.18 0.32
HSL 317.71º 0.44% 0.47% -
HSV(B) 317.71º 0.61% 0.68% -
XYZ 24.18 14.97 27.21 -
YUV 107.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 173 68 142 0 0.61 0.18 0.32 317.71 0.44 0.47
Hex AD 44 8E 0 3D 12 20 13E 2C 2F
Octal 255 104 216 0 75 22 40 476 54 57
Binary 10101101 1000100 10001110 0 111101 10010 100000 100111110 101100 101111

Color Harmonies of #AD448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD448E

Black with #AD448E

Text Example


Text Example

White with #AD448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD448E; }

 p { color: rgb(173,68,142); }

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

background-color css

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

 a { background-color: rgb(173,68,142); }

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

border-color css

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

 span { border-color: rgb(173,68,142); }

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