Html Css Color HEX #A03678 Medium Red Violet

📋 copy color: '#A03678'

red 160 ◦ green 54 ◦ blue 120

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

Shades of Medium Red Violet #A03678

Tints of Medium Red Violet #A03678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 47.9%
G = 16.17%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A03678 (or 0xA03678) is known color: Medium Red Violet. HEX triplet: A0, 36 and 78. RGB value is (160,54,120). Sum of RGB (Red+Green+Blue) = 160+54+120=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03678 is #5FC987. Grayscale: #5D5D5D. Windows color (decimal): -6277512 or 7878304. OLE color: 7878304.

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

Color convert

RGB 160 54 120 -
CMYK 0 0.66 0.25 0.37
HSL 322.64º 0.5% 0.42% -
HSV(B) 322.64º 0.66% 0.63% -
XYZ 19.21 11.47 18.97 -
YUV 93.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 160 54 120 0 0.66 0.25 0.37 322.64 0.5 0.42
Hex A0 36 78 0 42 19 25 143 32 2A
Octal 240 66 170 0 102 31 45 503 62 52
Binary 10100000 110110 1111000 0 1000010 11001 100101 101000011 110010 101010

Color Harmonies of #A03678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03678

Black with #A03678

Text Example


Text Example

White with #A03678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03678; }

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

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

background-color css

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

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

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

border-color css

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

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

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