Html Css Color HEX #A03478 Medium Red Violet

📋 copy color: '#A03478'

red 160 ◦ green 52 ◦ blue 120

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

Shades of Medium Red Violet #A03478

Tints of Medium Red Violet #A03478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 48.19%
G = 15.66%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A03478 (or 0xA03478) is known color: Medium Red Violet. HEX triplet: A0, 34 and 78. RGB value is (160,52,120). Sum of RGB (Red+Green+Blue) = 160+52+120=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03478 is #5FCB87. Grayscale: #5B5B5B. Windows color (decimal): -6278024 or 7877792. OLE color: 7877792.

HSL color Cylindrical-coordinate representation of color #A03478: hue angle of 322.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03478 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 120 -
CMYK 0 0.68 0.25 0.37
HSL 322.22º 0.51% 0.42% -
HSV(B) 322.22º 0.68% 0.63% -
XYZ 19.12 11.29 18.94 -
YUV 92.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 160 52 120 0 0.68 0.25 0.37 322.22 0.51 0.42
Hex A0 34 78 0 44 19 25 142 33 2A
Octal 240 64 170 0 104 31 45 502 63 52
Binary 10100000 110100 1111000 0 1000100 11001 100101 101000010 110011 101010

Color Harmonies of #A03478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03478

Black with #A03478

Text Example


Text Example

White with #A03478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03478; }

 p { color: rgb(160,52,120); }

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

background-color css

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

 a { background-color: rgb(160,52,120); }

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

border-color css

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

 span { border-color: rgb(160,52,120); }

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