Html Css Color HEX #A0448B Medium Red Violet

📋 copy color: '#A0448B'

red 160 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #A0448B

Tints of Medium Red Violet #A0448B

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 43.6%
G = 18.53%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0448B (or 0xA0448B) is known color: Medium Red Violet. HEX triplet: A0, 44 and 8B. RGB value is (160,68,139). Sum of RGB (Red+Green+Blue) = 160+68+139=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448B is #5FBB74. Grayscale: #676767. Windows color (decimal): -6273909 or 9127072. OLE color: 9127072.

HSL color Cylindrical-coordinate representation of color #A0448B: hue angle of 313.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0448B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 139 -
CMYK 0 0.57 0.13 0.37
HSL 313.7º 0.4% 0.45% -
HSV(B) 313.7º 0.58% 0.63% -
XYZ 21.22 13.47 25.91 -
YUV 103.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 160 68 139 0 0.57 0.13 0.37 313.7 0.4 0.45
Hex A0 44 8B 0 39 D 25 13A 28 2D
Octal 240 104 213 0 71 15 45 472 50 55
Binary 10100000 1000100 10001011 0 111001 1101 100101 100111010 101000 101101

Color Harmonies of #A0448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0448B

Black with #A0448B

Text Example


Text Example

White with #A0448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0448B; }

 p { color: rgb(160,68,139); }

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

background-color css

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

 a { background-color: rgb(160,68,139); }

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

border-color css

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

 span { border-color: rgb(160,68,139); }

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