Html Css Color HEX #A0448D Medium Red Violet

📋 copy color: '#A0448D'

red 160 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #A0448D

Tints of Medium Red Violet #A0448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 43.36%
G = 18.43%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0448D (or 0xA0448D) is known color: Medium Red Violet. HEX triplet: A0, 44 and 8D. RGB value is (160,68,141). Sum of RGB (Red+Green+Blue) = 160+68+141=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448D is #5FBB72. Grayscale: #676767. Windows color (decimal): -6273907 or 9258144. OLE color: 9258144.

HSL color Cylindrical-coordinate representation of color #A0448D: hue angle of 312.39º 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 #A0448D is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 141 -
CMYK 0 0.57 0.12 0.37
HSL 312.39º 0.4% 0.45% -
HSV(B) 312.39º 0.58% 0.63% -
XYZ 21.37 13.53 26.68 -
YUV 103.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 160 68 141 0 0.57 0.12 0.37 312.39 0.4 0.45
Hex A0 44 8D 0 39 C 25 138 28 2D
Octal 240 104 215 0 71 14 45 470 50 55
Binary 10100000 1000100 10001101 0 111001 1100 100101 100111000 101000 101101

Color Harmonies of #A0448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0448D

Black with #A0448D

Text Example


Text Example

White with #A0448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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