Html Css Color HEX #A0478A Medium Red Violet

📋 copy color: '#A0478A'

red 160 ◦ green 71 ◦ blue 138

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

Shades of Medium Red Violet #A0478A

Tints of Medium Red Violet #A0478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 43.36%
G = 19.24%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0478A (or 0xA0478A) is known color: Medium Red Violet. HEX triplet: A0, 47 and 8A. RGB value is (160,71,138). Sum of RGB (Red+Green+Blue) = 160+71+138=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478A is #5FB875. Grayscale: #696969. Windows color (decimal): -6273142 or 9062304. OLE color: 9062304.

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

Color convert

RGB 160 71 138 -
CMYK 0 0.56 0.14 0.37
HSL 314.83º 0.39% 0.45% -
HSV(B) 314.83º 0.56% 0.63% -
XYZ 21.34 13.82 25.59 -
YUV 105.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 160 71 138 0 0.56 0.14 0.37 314.83 0.39 0.45
Hex A0 47 8A 0 38 E 25 13B 27 2D
Octal 240 107 212 0 70 16 45 473 47 55
Binary 10100000 1000111 10001010 0 111000 1110 100101 100111011 100111 101101

Color Harmonies of #A0478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0478A

Black with #A0478A

Text Example


Text Example

White with #A0478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0478A; }

 p { color: rgb(160,71,138); }

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

background-color css

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

 a { background-color: rgb(160,71,138); }

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

border-color css

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

 span { border-color: rgb(160,71,138); }

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